c++


help please.....



what are the advantages of using c over c++?
Last edited on
Short answer: none.
Long answer: Google.
C is lower-level.

You need to often do more work as the standard library is much smaller. However since you create more of your own functions, you could potentially tailor them to your specific purposes thus increasing efficiency.
tnx a lot
Topic archived. No new replies allowed.