Back

C++

C++ is a general-purpose programming language known for its efficiency and performance. It is commonly used for developing systems software, game engines, embedded systems, and high-performance applications.

Hello, world code example:

#include 

int main() {
  std::cout << "Hello world!\n";
}

Popularity: 22.53% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.

Repositories on GitHub: 2,697,923