[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
CGlossary

C glossary

Other glossaries:

Bitwise operators

  1. &, bitwise and operator
  2. |, bitwise or operator
  3. ^, bitwise xor operator
  4. ~, bitwise not operator

Arithmetical operators

  1. =, assign operator
  2. ++, increment operator
  3. +, plus operator
  4. +=, plus assign operator
  5. --, decrement operator
  6. -, minus operator
  7. -=
  8. *, multiply operator
  9. *=, multiply assign operator
  10. /, divide operator
  11. /=, divide assign operator
  12. %, modulus operator
  13. %=, modulus assign operator

Logical operators

  1. ==, equal operator
  2. !=, not equal operator
  3. >, greater than operator
  4. >=, greater than or equal operator
  5. <, less than operator
  6. <=, less than or equal operator
  7. &&, logical and operator
  8. ||, logical or operator

Comment

  1. /*, Comment
  2. */, Comment
  3. //, Comment

Other operators

  1. ,, comma operator
  2. ., member access operator
  3. ->, member access operator
  4. ?:, questionmark colon operator
  5. [], index operator

Words with a non-alpha starting character

  1.  ?#define
  2. #else
  3. #endif
  4.  ?#ifdef
  5. #ifndef
  6. #include
  7. #include guard
  8. _lrand, std::_lrand

The rest

  1.  ?abort
  2.  ?abs
  3.  ?acos
  4.  ?asctime
  5.  ?asin
  6. assert
  7. assert (header file)
  8.  ?atan
  9.  ?atan2
  10.  ?atexit
  11.  ?atof
  12.  ?atoi
  13.  ?atol
  14. bool
  15. break
  16.  ?bsearch
  17.  ?calloc
  18.  ?ceil
  19. char
  20. char*
  21.  ?clearerr
  22.  ?clock
  23. Code snippets
  24. Comment (/*,*/ and //)
  25. Compiler
  26. Compile time assert
  27.  ?cos
  28.  ?cosh
  29.  ?ctime
  30. Cursor
  31. continue
  32. Data types
  33.  ?difftime
  34.  ?div
  35. do
  36. double
  37. Duff's device
  38.  ?exit
  39.  ?exp
  40. Embedded SQL
  41.  ?fabs
  42. FAQ
  43. Fast multiplication
  44. fclose
  45.  ?feof
  46.  ?ferror
  47.  ?fflush
  48.  ?fgetc
  49.  ?fgetpos
  50.  ?fgets
  51. fclose, file close
  52.  ?FILE
  53. File I/O
  54. float
  55.  ?floor
  56.  ?fmod
  57. fopen, file open
  58. for
  59. fprintf
  60.  ?fputc
  61. fputs
  62.  ?fread
  63.  ?free
  64.  ?freopen
  65.  ?frexp
  66. fscanf
  67.  ?fseek
  68.  ?fsetpos
  69.  ?ftell
  70. function
  71.  ?fwrite
  72.  ?getc
  73.  ?getchar
  74.  ?getenv
  75.  ?gets
  76.  ?gmtime
  77. Header file
  78. include, #include
  79. include guard, #include guard
  80. int
  81.  ?isalnum
  82.  ?isalpha
  83.  ?iscntrl
  84.  ?isdigit
  85.  ?isgraph
  86.  ?islower
  87.  ?isprint
  88.  ?ispunct
  89.  ?isspace
  90.  ?isupper
  91.  ?isxdigit
  92. keyword
  93.  ?labs
  94.  ?ldexp
  95.  ?ldiv
  96.  ?localtime
  97.  ?log
  98.  ?log10
  99. long
  100.  ?longjmp
  101. malloc
  102.  ?memchr
  103. memcmp
  104. memcpy
  105. memmove
  106. Memory leak
  107.  ?memset
  108.  ?mktime
  109.  ?modf
  110. Multiplication, fast multiplication
  111.  ?perror
  112. pointer
  113.  ?pow
  114. printf
  115.  ?putc
  116.  ?putchar
  117.  ?puts
  118.  ?qsort
  119.  ?raise
  120. rand
  121.  ?realloc
  122.  ?remove
  123.  ?rename
  124. return
  125.  ?realloc
  126.  ?remove
  127.  ?rename
  128.  ?rewind
  129. scanf
  130.  ?setbuf
  131.  ?setjmp
  132.  ?setlocale
  133.  ?setvbuf
  134.  ?short
  135.  ?signal
  136.  ?sin
  137.  ?sinh
  138. Snippets, code snippets
  139.  ?sprintf
  140. SQL, embedded
  141.  ?sqrt
  142.  ?srand
  143.  ?sscanf
  144.  ?strcat
  145. strchr
  146.  ?strcmp
  147.  ?strcoll
  148.  ?strcpy
  149.  ?strcspn
  150.  ?strerror
  151.  ?strftime
  152.  ?strlen
  153.  ?strncat
  154.  ?strncmp
  155.  ?strncpy
  156.  ?strpbrk
  157.  ?strrchr
  158.  ?strspn
  159.  ?strstr
  160.  ?strtod
  161.  ?strtok
  162.  ?strtol
  163.  ?strtoul
  164.  ?strxfrm
  165. swap
  166.  ?system
  167.  ?tan
  168.  ?tanh
  169.  ?time
  170.  ?tmpfile
  171.  ?tmpnam
  172.  ?tolower
  173.  ?toupper
  174.  ?ungetc
  175.  ?va_arg
  176.  ?vfprintf
  177. void
  178.  ?void*
  179.  ?vprintf
  180.  ?vsprintf
  181. Warning
  182.  ?wchar_t
  183.  ?while


last edited (May 11, 2007) by bilderbikkel, Number of views: 5699, Current Rev: 21 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.