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

C++

Name: Anonymous 2013-03-08 4:06

C++ programs written where the writer has a basic grasp of object orientation are far more secure and reliable than equivalent C programs.

Compare std::string to char*. std::string always cleans up it's own memory in any situation, allocates the right amount every time. char*, you might forget to free, or double free, or not allocate enough memory. Whoops. Basic logic says that C++ programs are better and more secure than C programs.

Name: Anonymous 2013-03-08 5:28

>>8
Richard Stallmanu: Dolphinkin

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