The Open Source Swiss Army Knife

/unix/commandline/
/unix/commandline/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /unix   /commandline 
Permalink: in_sbin.htm
Title: add
article options : please login   |  print view

c2ph
does something with the assembler code
cal
prints a montly calendar
cdecl
compose c and c++ type declarations
  1. declare int
  2. explain (int*)x
  3. cast var into double
  4. cast var into pointer to double
  5. declare pointer to double
  6. declare array of int
  7. declare pointer to array of int
  8. declare pointer to array 4 of int
  9. declare var as int
  10. declare abc as function (kkk as double) returning double
  11. declare pointer as member of class xyz array of int
  12. declare argv as array of array of char
c++decl
  1. declare abc as reference to pointer to int
  2. declare x as reference to pointer to char
  3. declare foo as pointer to member of class X int
chvt N
changes your virtual terminal to terminal N

Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top