×
C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C ...
関連する質問
2024/05/07 · C++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer. VS Code is ...

C++

シープラスプラス
C++は、汎用プログラミング言語のひとつである。派生元であるC言語の機能や特徴を継承しつつ、表現力と効率性の向上のために、手続き型プログラミング・データ抽象・オブジェクト指向プログラミング・ジェネリックプログラミングといった複数のプログラミングパラダイムが組み合わされている。 ウィキペディア
主な処理系GCC、Clang、Microsoft Visual C++、Intel C++ Compiler、C++ Builder
型付けnominative, 安全でない強い静的型付け
影響を与えた言語Java、Rust、C#、C++/CLI、D言語、PHP
影響を受けた言語C言語、Simula、ALGOL 68、CLU、ML、Ada
拡張子C、.cc、.cpp、.cxx、.c++、.h
最新リリースISO/IEC 14882:2020/ 2020年12月15日 (3年前)

2024/05/07 · Data and functions are separated in C because it is a procedural programming language. Data and functions are encapsulated together in form of ...
C++ is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of ...
C++ · Tutorials · Reference · Articles · Forum. home. Tutorials · C++ Language: Learn this versatile and powerful programming language. Includes detailed ...
Learn C++. C++ is a popular programming language. C++ is used to create computer programs, and is one of the most used language in game development.
C++ is the most used and most popular programming language developed by Bjarne Stroustrup. C++ is a high-level and object-oriented programming language.
Microsoft C++, C, and Assembler documentation. Learn how to use C++, C, and assembly language to develop applications, services, and tools for your ...
2023/07/24 · C++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer. The C/C++ ...
2024/03/12 · C and C++ reference · Type support · Program utilities · Variadic functions · Diagnostics library · Dynamic memory management · Strings library.