View Single Post
Old Jul 10th, 2005, 2:06 PM   #20
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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 is offline   Reply With Quote