🌐
Cppreference
cppreference.com
cppreference.com
C++ reference C++11, C++14, C++17, C++20, C++23, C++26, C++29 │ Compiler support C++11, C++14, C++17, C++20, C++23, C++26, C++29 · Preprocessor − Comments ASCII chart Basic concepts Keywords Names (lookup) Types (fundamental types) The main function Modules (C++20) Contracts (C++26) ...
🌐
cppreference.com
en.cppreference.com › w › cpp.html
C++ reference - cppreference.com
December 16, 2017 - C++11, C++14, C++17, C++20, C++23, C++26 │ Compiler support C++11, C++14, C++17, C++20, C++23, C++26 · Preprocessor − Comments ASCII chart Basic concepts Keywords Names (lookup) Types (fundamental types) The main function Modules (C++20) Contracts (C++26) Expressions Value categories ...
🌐
cppreference.com
en.cppreference.com › cpp › language › reference
Reference declaration - cppreference.com
May 22, 2025 - From cppreference.com · < cpp | language · C++ [edit] C++ language · [edit] Declarations · [edit] Declares a named variable as a reference, that is, an alias to an already-existing object or function. 1 Syntax · 2 Reference collapsing · 3 Lvalue references ·
🌐
Wikipedia
en.wikipedia.org › wiki › Reference_(C++)
Reference (C++) - Wikipedia
2 weeks ago - In the C++ programming language, a reference is a simple reference datatype that is less powerful but safer than the pointer type inherited from C. The name C++ reference may cause confusion, as in computer science a reference is a general concept datatype, with pointers and C++ references ...
🌐
GeeksforGeeks
geeksforgeeks.org › c++ › references-in-cpp
References in C++ - GeeksforGeeks
References in C++ provide a way to create an alternative name for an existing variable.
Published   2 weeks ago
🌐
W3Schools
w3schools.com › cpp › cpp_references.asp
C++ References
A reference variable is an alias for an existing variable.
🌐
cppreference.com
en.cppreference.com › book › intro › reference
References - cppreference.com
October 4, 2013 - A reference is an alias for another variable. It must therefore be initialized with one the moment it is constructed. It is not possible to make it alias another variable after that.
🌐
Microsoft Learn
learn.microsoft.com › en-us › cpp › cpp › references-cpp
References (C++) | Microsoft Learn
March 25, 2024 - A reference, like a pointer, stores the address of an object that is located elsewhere in memory. Unlike a pointer, a reference after it's initialized can't be made to refer to a different object or set to null.
🌐
cppreference.com
en.cppreference.com › c
C reference - cppreference.com
C89, C95, C99, C11, C17, C23 │ Compiler support C99, C23 · Basic concepts Keywords Preprocessor Expressions Declaration Initialization Functions Statements
🌐
GitHub
github.com › p12tic › cppreference-doc
GitHub - p12tic/cppreference-doc: C++ standard library reference · GitHub
This is source package for Cppreference C++ standard library reference documentation available at http://en.cppreference.com.
Starred by 478 users
Forked by 123 users
Languages   HTML 60.5% | Python 16.2% | JavaScript 11.0% | CSS 8.2% | PHP 2.8% | Makefile 0.7%
Find elsewhere
🌐
University of Chicago
naipc.uchicago.edu › 2014 › ref › cppreference › en › cpp.html
C++ reference - cppreference.com
Preprocessor Keywords Operator precedence Escape sequences ASCII chart Fundamental types · Type support (basic types, RTTI, type traits) Dynamic memory management Error handling Program utilities Date and time bitset Function objects pair tuple (C++11)
🌐
Cplusplus
cplusplus.com › reference
Standard C++ Library reference
Work is under progress to update the whole reference to the latest standard.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Cpp Reference - Visual Studio Marketplace
Visual Studio Code>Programming Languages>Cpp ReferenceNew to Visual Studio Code?
🌐
Lsu
ld2014.scusa.lsu.edu › cppreference › en
cppreference.com
C++ reference C++98, C++03, C++11, C++14 · ASCII chart Compiler support
🌐
cppreference.com
en.cppreference.com › book
cppreference.com
Introduction Look here if you have little experience in C++ programming · Constants and literals
🌐
Stack Overflow
stackoverflow.com › questions › 79456042 › how-to-read-cppreference-com-site-and-understand-it
c++ - How to read cppreference.com site and understand it? - Stack Overflow
They are numbered so that the explanations right below could refer to them. E.g. "1) The lambda expression with a parameter list." annotates form (1). ... Congratulations on your first steps in learning to read Martian! ... Note that my experience is that cppreference is just that, a reference.
🌐
omegaUp
omegaup.com › docs › cpp › en › cpp.html
C++ reference - cppreference.com
Compiler support Freestanding implementations · Basic concepts C++ Keywords Preprocessor Expressions Declaration Initialization Functions Statements Classes Templates Exceptions
🌐
7-Zip Documentation
documentation.help › CppReference
http://www.cppreference.com - Made by UNREGISTERED version of Easy CHM - C++ Reference Documentation
documentation.HELP! C++ Reference Documentation · 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 ·
🌐
cppreference.com
en.cppreference.com › cpp › types › common_reference
std::common_reference - cppreference.com
Determines the common reference type of the types T..., that is, the type to which all the types in T... can be converted or bound. If such a type exists (as determined according to the rules below), the member type names that type. Otherwise, there is no member type.