Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

whats wrong with c++?

Name: Anonymous 2012-06-14 4:55

it has namespaces, better standard libraries, a plethora of modern conveniences, and all of c's functionality.

if you don't like objects don't use them

if you want to feel like a programming badass and do everything low level then learn assembly

Name: Anonymous 2012-06-14 20:50

>>11
The funny thing is that C++ isn't even that powerful. I can do a lot more by mixing C with code generation than I can do with the built in features of C++. But C++ is just powerful enough to make you program implode.

>>19
The solution there is to avoid dependence on undefined behavior.

>>23
If an optimization performed by a compiler introduces a security issue, then that isn't an optimization, that's a delerberate action performed by the compiler to ruin your program. An optimized program and an unoptimized program should be equivalent to one another, outside of undefined behavior. Again, the solution here is to not depend on undefined behavior.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List