Table of contents
-
cppreference.com
- Overview
- General Topics
-
Standard C
- Overview
- All Functions
- Date & Time Functions
- I/O Functions
- Math Functions
- Memory Functions
- Other Functions
- String & Character
- Standard C Date & Time
-
Standard C I/O
- clearerr
- fclose
- feof
- ferror
- fflush
- fgetc
- fgetpos
- fgets
- fopen
- fprintf
- fpurge
- fputc
- fputs
- fread
- freopen
- fscanf
- fseek
- fsetpos
- ftell
- fwrite
- getc
- getchar
- gets
- perror
- printf
- putc
- putchar
- puts
- remove
- rename
- rewind
- scanf
- setbuf
- setvbuf
- snprintf
- sprintf
- sscanf
- tmpfile
- tmpnam
- ungetc
- vprintf_vfprintf_vsprintf
- vscanf_vfscanf_vsscanf
- Standard C Math
- Standard C Memory
- Other Standard C functions
-
Standard C String & Character
- atof
- atoi
- atol
- isalnum
- isalpha
- iscntrl
- isdigit
- isgraph
- islower
- isprint
- ispunct
- isspace
- isupper
- isxdigit
- memchr
- memcmp
- memcpy
- memmove
- memset
- strcat
- strchr
- strcmp
- strcoll
- strcpy
- strcspn
- strerror
- strlcat
- strlcpy
- strlen
- strncat
- strncmp
- strncpy
- strpbrk
- strrchr
- strspn
- strstr
- strtod
- strtok
- strtol
- strtoul
- strtrm
- strxfrm
- tolower
- toupper
-
C++
- Overview
- Containers
- Iterators
- Header Files
- Exceptions
- C++ Algorithms
- C++ Bitsets
- C++ Double-ended Queues
- C++ I/O
- C++ Stacks
- C++ Strings
- C++ String Streams
- C++ Sets
- C++ Queues
- C++ Priority Queues
- C++ Multisets
- C++ Multimaps
- C++ Vectors
- The <utility> header file
- STL Memory Utilities
- C++ Maps
- C++ Lists
- Preprocessor
-
Keywords
- asm
- auto
- bool
- break
- case
- casting_comparison
- catch
- char
- class
- const
- const_cast
- continue
- default
- delete
- do
- double
- dynamic_cast
- else
- enum
- explicit
- export
- extern
- false
- float
- for
- friend
- goto
- if
- 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
-
Standard Template Library
-
algorithm
- accumulate
- adjacent_difference
- adjacent_find
- 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
- inner_product
- inplace_merge
- 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
- 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
- bitset
- deque
- iostream
- list
- map
- memory
- multimap
- multiset
- nonstandard
- priority_queue
- queue
- set
- sstream
- stack
- string
- utility
- vector
-
algorithm