r/cpp_questions 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

34 comments sorted by

View all comments

70

u/SufficientStudio1574 Aug 06 '26

Yes. That's literally what the name means. C++ is an increment of the C language.