![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2008
Posts: 10
Rep Power: 0
![]() |
c++ question
what book should i get on c++
|
|
|
|
|
|
#2 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 532
Rep Power: 4
![]() |
Re: c++ question
__________________
I Like Ike. Vote for Dwight Eisenhower this November. --This message brought to you by the the Procrastinators Club Of America. |
|
|
|
|
|
#3 |
|
Newbie
Join Date: May 2008
Posts: 10
Rep Power: 0
![]() |
Re: c++ question
do you know whats the difference between c and c++
|
|
|
|
|
|
#4 |
|
Not a user?
Join Date: Sep 2007
Posts: 256
Rep Power: 2
![]() |
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.
|
|
|
|
|
|
#5 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 532
Rep Power: 4
![]() |
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.
__________________
I Like Ike. Vote for Dwight Eisenhower this November. --This message brought to you by the the Procrastinators Club Of America. |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Dec 2007
Location: Durban, South-Africa
Posts: 175
Rep Power: 1
![]() |
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
__________________
The more the human race tries to change everything, when not needed, the less will they be able to change themselves when they need to. |
|
|
|
|
|
#7 |
|
Newbie
Join Date: May 2008
Posts: 10
Rep Power: 0
![]() |
Re: c++ question
so you could start with c++ first
|
|
|
|
|
|
#8 | |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,009
Rep Power: 5
![]() |
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.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
|
#9 |
|
Newbie
Join Date: May 2008
Posts: 11
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#10 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 532
Rep Power: 4
![]() |
Re: c++ question
You are wrong. There are several C constructs that have to be changed in order to get a c++ compiler to successfully compile with 0 warning or errors. You obviously never read any of the google links I posted earlier.
__________________
I Like Ike. Vote for Dwight Eisenhower this November. --This message brought to you by the the Procrastinators Club Of America. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question regarding data input into PHP/Mysql using something other than GET | davil | PHP | 6 | Nov 20th, 2007 8:06 AM |
| Visual Basic 2005 Question | ReubenK | Visual Basic .NET | 3 | Apr 5th, 2006 3:23 PM |
| How to post a question | nnxion | C++ | 10 | Jun 3rd, 2005 11:53 AM |
| How to post a question | nnxion | C++ | 0 | Jun 3rd, 2005 8:55 AM |
| How to post a question | nnxion | C | 0 | Jun 3rd, 2005 8:55 AM |