382,376 views
42 votes
42 votes
What does c++ programming mean?

User Roskakori
by
2.5k points

1 Answer

15 votes
15 votes

Answer:

It's an internal joke to say the language is basically C with some extra stuff (like classes)

the "++" is short for

C += 1 or

C = C + 1 which is a common calculation among programmers so they named it C++ to be a more commercial and attractive name than "C with classes"

Step-by-step explanation:

User Madhuka Dilhan
by
3.1k points