PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
C++ Users
Articles User-contributed articles, organized into different categories. You can contribute your own articles! Browse Articles
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
cplusplus.com - The C++ Resources Network
A comprehensive website for learning and using the C++ programming language, with tutorials, reference, articles, forum and search tools. Find information about the C++ language, its history, standard library, C library, Windows API and more.
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
Reference - C++ Users
Find comprehensive documentation of the C++ Standard Library and the C library, including headers, containers, algorithms, exceptions, and more. Check the update progress of the reference to the latest standard.
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
C++ Language - C++ Users
Learn C++ from the basics to the latest features with practical examples and exercises. Explore topics such as variables, functions, classes, templates, exceptions, and more.
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
C library - C++ Users
Learn how the C++ library includes the C language library with some differences and changes. Find the header files, functions and macros for C diagnostics, character handling, errors, floating-point types, localization, numerics, signals, standard definitions, strings and time.
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
Tutorials - C++ Users
C++ Language Tutorial Learn C++ from its basics or introduce yourself to new language features with The C++ Language Tutorial. A fast paced self-teaching tutorial covering the modern concepts of this programming language.
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
rand - C++ Users
Compatibility In C, the generation algorithm used by rand is guaranteed to only be advanced by calls to this function. In C++, this constraint is relaxed, and a library implementation is allowed to advance the generator on other circumstances (such as calls to elements of <random>). Data races
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
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 ...
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
<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
PrivateView
New! PrivateView
Beta
Preview websites directly from our search results page while keeping your visit completely anonymous.
Introduction | cplusplus.com(中文版)
这是一个 C++ 语言的参考手册,包含了标准 C++ 库、C 库、容器、输入/输出流、原子和线程、其他头文件等内容。每个头文件都有简要的描述和链接,方便查阅和学习。