Quote:
Originally posted by hobbes
you'll find that C looks very similar to C++ (as it should, it is the next rev of C, hence the "C++"), although you will not be able to use some common C++ functions like "cin >>" and "cout<<".
|
Saying that C++ is the next revision of C is a bit misleading. C++ is C with object-oriented extensions (as well as a few others). C is not being replaced by C++. There are many uses where C is much more appropriate to C++.
Matt