[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CGlossary
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CGlossary
C glossary
Other glossaries:Bitwise operators
Arithmetical operators
- =, assign operator
- ++, increment operator
- +, plus operator
- +=, plus assign operator
- --, decrement operator
- -, minus operator
- -=
- *, multiply operator
- *=, multiply assign operator
- /, divide operator
- /=, divide assign operator
- %, modulus operator
- %=, modulus assign operator
Logical operators
- ==, equal operator
- !=, not equal operator
- >, greater than operator
- >=, greater than or equal operator
- <, less than operator
- <=, less than or equal operator
- &&, logical and operator
- ||, logical or operator
Comment
Other operators
- ,, comma operator
- ., member access operator
- ->, member access operator
- ?:, questionmark colon operator
- [], index operator
Words with a non-alpha starting character
- ?#define
- #else
- #endif
- ?#ifdef
- #ifndef
- #include
- #include guard
- _lrand, std::_lrand
The rest
- ?abort
- ?abs
- ?acos
- ?asctime
- ?asin
- assert
- assert (header file)
- ?atan
- ?atan2
- ?atexit
- ?atof
- ?atoi
- ?atol
- bool
- break
- ?bsearch
- ?calloc
- ?ceil
- char
- char*
- ?clearerr
- ?clock
- Code snippets
- Comment (/*,*/ and //)
- Compiler
- Compile time assert
- ?cos
- ?cosh
- ?ctime
- Cursor
- continue
- Data types
- ?difftime
- ?div
- do
- double
- Duff's device
- ?exit
- ?exp
- Embedded SQL
- ?fabs
- FAQ
- Fast multiplication
- fclose
- ?feof
- ?ferror
- ?fflush
- ?fgetc
- ?fgetpos
- ?fgets
- fclose, file close
- ?FILE
- File I/O
- float
- ?floor
- ?fmod
- fopen, file open
- for
- fprintf
- ?fputc
- fputs
- ?fread
- ?free
- ?freopen
- ?frexp
- fscanf
- ?fseek
- ?fsetpos
- ?ftell
- function
- ?fwrite
- ?getc
- ?getchar
- ?getenv
- ?gets
- ?gmtime
- Header file
- include, #include
- include guard, #include guard
- int
- ?isalnum
- ?isalpha
- ?iscntrl
- ?isdigit
- ?isgraph
- ?islower
- ?isprint
- ?ispunct
- ?isspace
- ?isupper
- ?isxdigit
- keyword
- ?labs
- ?ldexp
- ?ldiv
- ?localtime
- ?log
- ?log10
- long
- ?longjmp
- malloc
- ?memchr
- memcmp
- memcpy
- memmove
- Memory leak
- ?memset
- ?mktime
- ?modf
- Multiplication, fast multiplication
- ?perror
- pointer
- ?pow
- printf
- ?putc
- ?putchar
- ?puts
- ?qsort
- ?raise
- rand
- ?realloc
- ?remove
- ?rename
- return
- ?realloc
- ?remove
- ?rename
- ?rewind
- scanf
- ?setbuf
- ?setjmp
- ?setlocale
- ?setvbuf
- ?short
- ?signal
- ?sin
- ?sinh
- Snippets, code snippets
- ?sprintf
- SQL, embedded
- ?sqrt
- ?srand
- ?sscanf
- ?strcat
- strchr
- ?strcmp
- ?strcoll
- ?strcpy
- ?strcspn
- ?strerror
- ?strftime
- ?strlen
- ?strncat
- ?strncmp
- ?strncpy
- ?strpbrk
- ?strrchr
- ?strspn
- ?strstr
- ?strtod
- ?strtok
- ?strtol
- ?strtoul
- ?strxfrm
- swap
- ?system
- ?tan
- ?tanh
- ?time
- ?tmpfile
- ?tmpnam
- ?tolower
- ?toupper
- ?ungetc
- ?va_arg
- ?vfprintf
- void
- ?void*
- ?vprintf
- ?vsprintf
- Warning
- ?wchar_t
- ?while
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
