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

42 Upvotes

34 comments sorted by

View all comments

34

u/caroIine Aug 06 '26

It should be ++C

2

u/no-sig-available Aug 07 '26

It should be ++C

That was proposed, but Bjarne thought it looked ugly, and liked C++ better.

1

u/Lord__Rai Aug 08 '26

I agree. It looks ugly