cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
c++
c++
Mar 11, 2012 at 9:45am UTC
Angelica Lupega
(3)
help please.....
what are the advantages of using c over c++?
Last edited on
Mar 11, 2012 at 9:46am UTC
Mar 11, 2012 at 9:59am UTC
Athar
(4466)
Short answer: none.
Long answer: Google.
Mar 11, 2012 at 10:00am UTC
Stewbond
(2827)
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.
Mar 11, 2012 at 10:12am UTC
Angelica Lupega
(3)
tnx a lot
Topic archived. No new replies allowed.