Reference - C++ Users

Find comprehensive documentation for the C++ Standard and C libraries, including headers, containers, input/output, streams, exceptions, and more. Check the update progress for the latest standard and report any errors or omissions.

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
pw-eyes pw-eyes
PrivateView

New! PrivateView

Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
C++ reference - cppreference.com
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp&oldid=97601"
C++ reference - cppreference.com

Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp&oldid=97601"

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
cplusplus.com - The C++ Resources Network

Reference Description of the most important classes, functions and objects of the Standard Language Library, with descriptive fully-functional short programs as examples: C library : The popular C library, is also part of the of C++ language library.

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
C library - C++ Users

Learn how to use the C library in C++, which includes the same definitions as the C language library but with some differences. Find the header files, functions, types and macros for C diagnostics, character handling, errors, floating-point, localization, numerics, signals, standard and strings.

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
cppreference.com

C and C++ reference. From cppreference.com. Planned Maintenance The site will be in a temporary read-only mode in the next few weeks to facilitate some long-overdue software updates. We apologize for any inconvenience this may cause! C++ reference

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
<string> - C++ Reference - cplusplus.com

This header introduces string types, character traits and a set of converting functions: Class templates basic_string Generic string class (class template ) char_traits

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
string - C++ Users

Strings are objects that represent sequences of characters. The standard string class provides support for such objects with an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of single-byte characters. The string class is an instantiation of the basic_string class template that uses char (i.e., bytes) as its ...

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
C++ Standard Library - cppreference.com

A freestanding implementation has an implementation-defined set of headers, see here for the minimal requirement on the set of headers. [] C standard librarThe C++ standard library also makes available the facilities of the C standard library, suitably adjusted to ensure static type safety. The descriptions of many library functions rely on the C standard library for the semantics of those ...

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
Containers - C++ Users

Learn about the container classes and adaptors in the C++ standard library, such as vector, list, set, map, and queue. See the member functions, headers, and comparison chart for each container type.

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)
printf - C++ Users

Writes the C string pointed by format to the standard output ().If format includes format specifiers (subsequences beginning with %), the additional arguments following format are formatted and inserted in the resulting string replacing their respective specifiers. Parameters format C string that contains the text to be written to stdout. It can optionally contain embedded format specifiers ...

Visit visit

Your search and this result

  • The search term appears in the result: www.cplusplus.com reference
  • The website matches one or more of your search terms
  • Other websites that include your search terms link to this result
  • The result is in English (Singapore)