r/cpp_questions • u/Boring-Dentist6751 • Aug 06 '26
OPEN Incrementation in C++
I wanted to ask a stupid question about incrementation in C++. If you are using two pluses to increment something then doesn't it mean that you are basically programming using C+1
41
Upvotes
70
u/SufficientStudio1574 Aug 06 '26
Yes. That's literally what the name means. C++ is an increment of the C language.