Hi, all 1337 C++ progrmmaerz.. I'm so really fucking sick of you. I could probably communicate with you if you had ever learned any languages that wouldn't be a subset of Ada, BASIC, C, C++, Fortran, Java, Visual Basic. As of now, I can just be really fucking angry and tell how much you would need to read SICP.
Stroustrup says: ``In the strict mathematical sense, C isn't a subset of C++. There are programs that are valid C but not valid C++ and even a few ways of writing code that has a different meaning in C and C++. However, C++ supports every programming technique supported by C. Every C program can be written in essentially the same way in C++ with the same run-time and space efficiency. It is not uncommon to be able to convert tens of thousands of lines of ANSI C to C-style C++ in a few hours. Thus, C++ is as much a superset of ANSI C as ANSI C is a superset of K&R C and much as ISO C++ is a superset of C++ as it existed in 1985.''