Quote:
Originally posted by fnet
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?
|
Which results in C being slightly faster, and C++ being more suitable for large projects, team projects, creating easily reusable code etc.