Skip to main content
A language that is spoken all over the world. It is one of the few languages that originated with writing, not talking. It is derived from English, but it uses symbols like ; " # { in the everyday speech. It is very good when you want to be specific.
Bill: int goodcodeideas; std::cin >> goodcodeideas;
Bob: Make some code that makes fractals in C++
C++ by AverageRedditor December 27, 2020
Related Words
c++ C+ c+v C+(B+M)=QD C+ Mouth C+++ C++ Developer C+C C+M C+M=<3
C++ is a programming language developed by Bell Labs in 1983 and based on the C programming language. C++ is an object-oriented mid-level programming language. It has support for multiple inheritance, operator overloading, templates and exception handling.

C++ is widely used for large projects where both the power of low-level programming (for execution speed) and high-level object oriented programming (for development speed) is needed.

Some find C++ hard to learn and mistakes are easily made by the novice programmer. Languages such as Java and C# are derived from C++ and try to make the job a bit easier for the programmer. However, these languages lack the execution speed and some of the advanced features of C++.
C++ "hello world" example:

#include <ostream>
#include <iostream>

int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
c++ by Gnibbe Naile November 21, 2006
1:what do you think of...
2:it is amazing
1:thanks for the C+C
C+C by Earboxer January 22, 2009
Incrementing the value of c to by one. Another way of writing
c=c+1; or c+=1;

Used in multiple programming languages.
for(int c=0; c < 5; c++)
cout << "What a boring definition\n";
Simple to learn, high-level, object-oriented programming language.
Many 1000 page doorstops are available for teaching this language. (I'm not poking fun at these books. Some of them are actually useful.)
#include<iostream>
using namespace std;

int main()
{
boozeType beerBrand;

if(cash)
buy_beer(beerBrand);
else
bum_beer_off_buddies();


do
{
beer++;
}while(sober);

return 0;
}
c++ by RC February 6, 2005
Verb. To Ctrl + v and Ctrl + v something. Better known as Copy and Paste.
<<On instant messenger>>
Guy 1: Check this out!
--2 seconds later--
Guy 1: <insert wall of text>

Guy 2: Omg dude, how fast do you type?

Guy 1: :-$ I just c+v'd it...
c+v by Andizzle mo' nizzle May 25, 2009