Quote:
Originally posted by GoZelda
I think the same reason L'oreal does
|
You have no idea what I'm talking about.
Quote:
Originally posted by Ningnong
C++ is an extension of C. I am told that most C++ tutorials assume you know C.
|
Incorrect, they do not assume you know C. C++ is its own language, though it did evolve from C (data abstraction and object-oriented programming features were added). You need not learn C to learn C++. You would
probably be better off simply learning C++ than learning both C and C++. If you did decide that you must learn C to understand C++, then by extension, should you not also learn B, or even BCPL?