DEV Community

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

Collapse
 
ericaeducative profile image
ericaeducative

Thank you so much for your feedback, Paul! We made some edits and think you'll find this more accurate now.

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.