On Fri, 20 Sep 2002, Tim Wright wrote: [...]
> However, I disagree with Mike's comment that C++ is just C plus a bit. > Programming properly in C and C++ require different mindsets and different > ways of structuring your program. Additionally, C's memory management is > pretty bloody aweful to use. (flame jacket is now on.) I'll second this. C and C++ are worlds apart: C - functional programming (paradigm of the '70-es ?) C++ - OOP (paradigm of the '90-es) For C++ there is a book on-line which appears to be very good, check: http://www.mindview.net/Books (there are other free books as well, check it out) Cheers, -- Ryurick M. Hristev mailto:[EMAIL PROTECTED] Computer Systems Manager University of Canterbury, Physics & Astronomy Dept., New Zealand
