|
-
August 5th, 2004, 05:02 AM
#31
c++ is a superset of c, so of course you can do everything in c++ that you can in c. In my experience, people going from c to c++ have alot of problems writing clean code because they can't do the paradigm switch from structured programming to object oriented. They also tend to use alot of c style code which is frowned upon in c++ (excessive void pointers, excessive pointer use, overuse of the preprocessor, global variables, etc), which can cause alot of problems.
"When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
"There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
"Mischief my ass, you are an unethical moron." - chsh
Blog of X
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|