Miscellaneous > Programming & Networking

C++ newbie

<< < (3/3)

GoodwillMan:
C++ SUCKS ASS
Learn c!

Jordan:
There's always Microsoft Visual C++.   ;)

solo:

quote:Originally posted by X11:
C++ SUCKS ASS
Learn c!
--- End quote ---


Learn C if you want to program an OS.
C++ just makes more sense  

LordWiccara:
whats the true difference between c and c++?

solo:
C++ is a superset of C that adds support for class-based object oriented programming and some other niceties, like templates, boolean variables, and it provides a real string class.

C compilers typically create simpler, faster, and lower level code that is much more suitable for things that need to be fast (e,g, OS).

Some well-known things created in C:
Linux
XFree86
GNOME/GTK+

Some well-known things created in C++:
QT/KDE
Fresco
other stuff cant think of now

Navigation

[0] Message Index

[*] Previous page

Go to full version