DEV Community

Discussion on: 9 C++ statements to kick off your C++ programming journey

Collapse
 
pauljlucas profile image
Paul J. Lucas • Edited

Well, it's marginally better, but you still don't explain what a scope is; and cin and cout still aren't statements; and you're still missing the newline after it! (which means on CLI systems, the shell's prompt will appear immediately after the !).

I also wouldn't discuss #define early on since C++ has largely replaced all uses of what C used #define for.