221k views
2 votes
What does c++ programming mean?

User AldaronLau
by
3.3k points

1 Answer

5 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 Maor Veitsman
by
3.9k points