Table of contents
-
www.cppreference.com
-
General C/C++
-
Keywords
- C/C++ Keywords
- asm
- auto
- bool
- break
- case
- catch
- char
- class
- const
- const cast
- continue
- default
- delete
- do
- double
- dynamic cast
- else
- enum
- explicit
- export
- extern
- false
- float
- for
- friend
- goto
- if
- C/C++ Keywords
- inline
- int
- long
- mutable
- namespace
- new
- operator
- private
- protected
- public
- register
- reinterpret cast
- return
- short
- signed
- sizeof
- static
- static cast
- struct
- switch
- template
- this
- throw
- true
- try
- typedef
- typeid
- typename
- union
- unsigned
- using
- virtual
- void
- volatile
- wchar t
- while
- Pre-processor commands
- ASCII Chart
- Data Types
- Escape Sequences
- Operator Precedence
-
Keywords
-
Standard C Library
- Standard C Memory
- Other standard C functions
- Standard C Time & Date
- Standard C Math
-
Standard C String & Character
- Standard C String and Character
- atof
- atoi
- atol
- Standard C String and Character
- isalnum
- isalpha
- iscntrl
- isdigit
- isgraph
- islower
- isprint
- ispunct
- isspace
- isupper
- isxdigit
- memchr
- memcmp
- memcpy
- memmove
- memset
- strcat
- strchr
- strcmp
- strcoll
- strcpy
- strcspn
- strerror
- strlen
- strncat
- strncmp
- strncpy
- strpbrk
- strrchr
- strspn
- strstr
- strtod
- strtok
- strtol
- strtoul
- strxfrm
- tolower
- toupper
-
Standard C I/O
- Standard C I/O
- clearerr
- fclose
- feof
- ferror
- fflush
- fgetc
- fgetpos
- fgets
- fopen
- fprintf
- fputc
- fputs
- fread
- freopen
- fscanf
- fseek
- fsetpos
- ftell
- fwrite
- getc
- getchar
- gets
- Standard C I/O
- perror
- printf
- putc
- putchar
- puts
- remove
- rename
- rewind
- scanf
- setbuf
- setvbuf
- sprintf
- sscanf
- tmpfile
- tmpnam
- ungetc
- vprintf, vfprintf, and vsprintf
- C++
-
C++ Standard Template Library
- C++ Priority Queues
- C++ Vectors
-
C++ Algorithms
- accumulate
- adjacent difference
- adjacent find
- C++ Algorithms
- binary search
- copy
- copy backward
- copy n
- count
- count if
- equal
- equal range
- fill
- fill n
- find
- find end
- find first of
- find if
- for each
- generate
- generate n
- includes
- C++ Algorithms
- inner product
- inplace merge
- iota
- is heap
- is sorted
- iter swap
- lexicographical compare
- lexicographical compare 3way
- lower bound
- make heap
- max
- max element
- merge
- min
- min element
- mismatch
- next permutation
- nth element
- partial sort
- partial sort copy
- partial sum
- partition
- pop heap
- power
- prev permutation
- push heap
- random sample
- random sample n
- random shuffle
- remove
- remove copy
- remove copy if
- remove if
- replace
- replace copy
- replace copy if
- replace if
- reverse
- reverse copy
- rotate
- rotate copy
- search
- search n
- set difference
- set intersection
- set symmetric difference
- set union
- sort
- sort heap
- stable partition
- stable sort
- swap
- swap ranges
- transform
- unique
- unique copy
- upper bound
- C++ Double-Ended Queues
- C++ Lists
- C++ Queues
- C++ Stacks
- C++ Sets
- C++ Multisets
- C++ Maps
- C++ Multimaps
- C++ Bitsets
- Iterators
- Containers
- Miscellaneous C++
- All C Functions
- All C++ Functions
- FAQ
- Complexity
- Links
- Credits
- Comments
-
General C/C++