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

(C++) std:: glossary

All topics from the C++ glossary starting with std::. These are STL classes in namespace std.

  1. std::abort
  2. std::abs
  3. std::acos
  4. std::accumulate
  5. std::asctime
  6. std::asin
  7. std::atan
  8. std::atan2
  9. std::atexit
  10. std::atof
  11. std::atoi
  12. std::atol
  13. std::auto_ptr
  14. std::bit_vector
  15. std::bitset
  16. std::boolalpha
  17. std::bsearch
  18. std::btowc
  19. std::calloc
  20. std::ceil
  21. std::clearerr
  22. std::clock
  23. std::cos
  24. std::cosh
  25. std::ctime
  26. std::cout
  27. std::dec
  28. std::deque
  29. std::difftime
  30. std::div
  31. std::divides
  32. std::endl
  33. std::ends
  34. std::exit
  35. std::exp
  36. std::fabs
  37. std::fclose
  38. std::feof
  39. std::ferror
  40. std::fflush
  41. std::fgetc
  42. std::fgetpos
  43. std::fgets
  44. std::fgetwc
  45. std::fgetws
  46. std::fixed
  47. std::floor
  48. std::flush
  49. std::fmod
  50. std::fopen
  51. std::for_each
  52. std::free
  53. std::fprintf
  54. std::fputc
  55. std::fputs
  56. std::fputwc
  57. std::fputws
  58. std::fread
  59. std::free
  60. std::freopen
  61. std::frexp
  62. std::fscanf
  63. std::fseek
  64. std::fsetpos
  65. std::ftell
  66. std::fwide
  67. std::fwprintf
  68. std::fwrite
  69. std::fwscanf
  70. std::getc
  71. std::getchar
  72. std::getenv
  73. std::get
  74. std::getline
  75. std::getwc
  76. std::getwchar
  77. std::gmtime
  78. std::hash
  79. std::hash_set
  80. std::hash_map
  81. std::hash_multiset
  82. std::hash_multimap
  83. std::hex
  84. std::internal
  85. std::isalnum
  86. std::isalpha
  87. std::iscntrl
  88. std::isdigit
  89. std::isgraph
  90. std::islower
  91. std::isprint
  92. std::ispunct
  93. std::isspace
  94. std::isupper
  95. std::iswalnum
  96. std::iswalpha
  97. std::iswcntrl
  98. std::iswctype
  99. std::iswdigit
  100. std::iswgraph
  101. std::iswlower
  102. std::iswprin
  103. std::iswpunct
  104. std::iswspace
  105. std::iswupper
  106. std::iswxdigit
  107. std::isxdigit
  108. std::labs
  109. std::ldexp
  110. std::ldiv
  111. std::left
  112. std::list
  113. std::localeconv
  114. std::localtime
  115. std::log
  116. std::log10
  117. std::longjmp
  118. std::_lrand
  119. std::malloc
  120. std::map
  121. std::max
  122. std::max_element
  123. std::mblen
  124. std::mbrlen
  125. std::mbrtowc
  126. std::mbsinit
  127. std::mbsrtowcs
  128. std::mbstowcs
  129. std::mbtowc
  130. std::memchr
  131. std::memcmp
  132. std::memcpy
  133. std::memmove
  134. std::memset
  135. std::min
  136. std::min_element
  137. std::minus
  138. std::mktime
  139. std::modf
  140. std::modulus
  141. std::multimap
  142. std::multiplies
  143. std::multiset
  144. std::negate
  145. std::noboolalpha
  146. std::noshowbase
  147. std::noshowpoint
  148. std::noskipws
  149. std::nouppercase
  150. std::numeric_limits
  151. std::oct
  152. std::pair
  153. std::perror
  154. std::plus
  155. std::pow
  156. std::printf
  157. std::priority_queue
  158. std::putc
  159. std::putchar
  160. std::puts
  161. std::putwc
  162. std::putwchar
  163. std::queue
  164. std::qsort
  165. std::raise
  166. std::rand
  167. std::random_shuffle
  168. std::realloc
  169. std::remove
  170. std::rename
  171. std::resetiosflags
  172. std::rewind
  173. std::right
  174. std::rope
  175. std::scanf
  176. std::scientific
  177. std::set
  178. std::setbase
  179. std::setbuf
  180. std::setfill
  181. std::setiosflags
  182. std::setlocale
  183. std::setprecision
  184. std::setvbuf
  185. std::setw
  186. std::signal
  187. std::sin
  188. std::sinh
  189. std::showbase
  190. std::showpoint
  191. std::skipws
  192. std::slist
  193. std::sort
  194. std::sprintf
  195. std::sqrt
  196. std::srand
  197. std::sscanf
  198. std::stack
  199. std::strcat
  200. std::strchr
  201. std::strcmp
  202. std::strcoll
  203. std::strcpy
  204. std::strcspn
  205. std::strerror
  206. std::strftime
  207. std::string
  208. std::string, check if can be converted to a double
  209. std::string, check if can be converted to an integer
  210. std::string, convert to an integer
  211. std::string, convert to double
  212. std::string, convert to lower case
  213. std::string, convert to upper case
  214. std::string, finding a string in a string
  215. std::string, seperate into multiple std::strings, seperated by a seperator
  216. std::strlen
  217. std::strncat
  218. std::strncmp
  219. std::strncpy
  220. std::strpbrk
  221. std::strrchr
  222. std::strspn
  223. std::strstr
  224. std::strtod
  225. std::strtok
  226. std::strtol
  227. std::strtoul
  228. std::strxfrm
  229. std::swap
  230. std::swprintf
  231. std::swscanf
  232. std::system
  233. std::tan
  234. std::tanh
  235. std::time
  236. std::tmpfile
  237. std::tmpnam
  238. std::tolower
  239. std::toupper
  240. std::towctrans
  241. std::towlower
  242. std::towupper
  243. std::ungetc
  244. std::ungetwc
  245. std::uppercase
  246. std::valarray
  247. std::vector
  248. std::vector, stretching
  249. std::vfprintf
  250. std::vfwprint
  251. std::vprintf
  252. std::vsprintf
  253. std::vswprintf
  254. std::vwprint
  255. std::wcrtom
  256. std::wcsca
  257. std::wcsch
  258. std::wcscm
  259. std::wcscol
  260. std::wcscp
  261. std::wcscsp
  262. std::wcsftim
  263. std::wcsle
  264. std::wcsnca
  265. std::wcsncm
  266. std::wcsncp
  267. std::wcspbr
  268. std::wcsrch
  269. std::wcsrtomb
  270. std::wcssp
  271. std::wcsst
  272. std::wcsto
  273. std::wcsto
  274. std::wcsto
  275. std::wcstomb
  276. std::wcstou
  277. std::wcsxfr
  278. std::wcto
  279. std::wctom
  280. std::wctran
  281. std::wctyp
  282. std::wmemch
  283. std::wmemcm
  284. std::wmemcp
  285. std::wmemmov
  286. std::wmemse
  287. std::wprint
  288. std::ws
  289. std::wscan


last edited (May 28, 2007) by bilderbikkel, Number of views: 2204, Current Rev: 7 (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.