Quote:
Originally posted by wimpy
What's the difference between C++ and plain old C?
|
C is a structured programming language. C++ is hybrid language which is part structured language (a proper superset of c) and part object oriented language, which harbors the secret sacrilege of wanting to be a prototyping language.
Was that helpful at all?