Thread
:
C++ .... a pain to learn?
View Single Post
Jul 10th, 2005, 2:06 PM
#
20
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
C++ is, with some exceptions, a superset of C. If you write C from your knowledge of C++ the compiler will almost always tell you where you strayed so you can fix it. It's tougher to go the other direction.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei