|
|
#1 (permalink) |
|
Senior Member
Join Date: Jan 2007
Posts: 102
|
according to me for solving real life problems C++ IS much better than C.but when you want to interact with your own system C is the only option.overall C is better than C++.what you think?
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jan 2007
Posts: 118
|
C++. Why? Simple. You can't give me something you can do in C that can't be done in C++. On the other hand, I could give you things that can be done in C++ that can't be done in C.
Plus, C++ is object-oriented, which is great for code reuse. Finally, C++ is more of a standard and so you're going to find more examples of recent C++ code than you will of C code on the Internet. I say recent because C has been around for longer. |
|
|
|
|
|
#5 (permalink) |
|
Senior Member
|
I agree with the above people C++ Is the easier and most understandable language over Language C
Go For C++ If anything
__________________
-Paul- The Lonely Online Developer Heart I Have Been The Only One Online For 3 Days Running I Mean Wtf I Might aswell Own This Place Or At Least Mod It |
|
|
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Jan 2007
Posts: 6
|
I like C because this is the base language of linux and windows operational systems, and the programs made in C run more fast than the programs made in C++. But, to learn, C++ is more easy than C, because C++ is oriented object language and is a high level language, it is more simple than a average level language (the C) .
|
|
|
|