![]() |
c++ question
what book should i get on c++
|
Re: c++ question
Click Here :)
|
Re: c++ question
do you know whats the difference between c and c++
|
Re: c++ question
C++ has been named C with classes. C++ being an object oriented programming language would be the main difference. That should give you a place to start.
|
Re: c++ question
Didn't you ever hear of google ? It took me all of about 10 seconds to find all those links that described the difference between the two languages.
|
Re: c++ question
Whats the difference between C and C++?
" ++ " haha, no just kidding, but it really seems like that is the only difference as C++ is a lot more Object Orientated. Get yourself DEVCPP and a good book to get started. Oh, and do all the examples, as that will help speed up the learning curve. Good Luck >BstrucT |
Re: c++ question
so you could start with c++ first
|
Re: c++ question
Quote:
vector rather than an array in C, and of course the string class is far easier to use than C-style strings (which are just char arrays) coupled with the C string manipulation functions. |
Re: c++ question
If you're going to start programming today, I'd suggest jumping ahead and starting with C++. Correct me if I'm wrong, but I believe C code is 100% foreward compatible, meaning that ANY code that would compile with a C compiler will also compile correctly with a C++ compiler.
As far as reading material goes, just google C++ Tutorials and give some different results a shot. I'm sure you can find plenty of resources that way that will help you. |
Re: c++ question
Quote:
|
| All times are GMT -5. The time now is 4:17 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC