View Single Post
  #26  
Old 09-30-2003, 10:26 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
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?
Reply With Quote