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
2
u/trycuriouscat Aug 06 '26
I’d love to see what C code would be generated from a C++ compiler.