![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Jan 2008
Posts: 2
Rep Power: 0
![]() |
Thinking of learning C++
Hey guys,
I was thinking about learning C++. Could you guys give me some tips to get started. Does anyone have any ideas for good books to get. I was looking at this book http://www.alibris.com/booksearch?S=...6rzfG2JCDV0aeA Also im in the process of learning Java right at this time, and is C++ similar to Java at all? |
|
|
|
|
|
#2 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 545
Rep Power: 4
![]() |
Re: Thinking of learning C++
Here is a whole thread devoted to that topic. Happy reeading and learning
![]() >>and is C++ similar to Java at all? Yes, and its also similar to C, Basic, VB, pascal, cobol, etc. etc. All programming languages have similarities. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jun 2007
Posts: 133
Rep Power: 2
![]() |
Re: Thinking of learning C++
it could almost be said, that once you understand the fundamental concepts of programming, the language you choose to use has less impact on your over all ability.
In other words understanding the concept of programming is far more important than "choosing the right language" You should stick to one language for now and learn it inside out. |
|
|
|
|
|
#4 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Re: Thinking of learning C++
I personally would say the opposite, the more you know, the more projects you can participate in.
__________________
Quote:
|
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() |
Re: Thinking of learning C++
Kruptof, look at what point you're arguing against. Now tell me why you would even think about learning C++ and Java at the exact same time, not to mention implying that the original poster should go ahead and do it. It's even worse if he's a newcomer to programming. I don't see any rationality there at all.
|
|
|
|
|
|
#6 | |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,033
Rep Power: 5
![]() |
Re: Thinking of learning C++
Quote:
If you want a language more similar to Java, you'll probably find learning C# to be quite easy and fun. The visual forms designer makes the layout of GUIs very easy (and yes, I know there are some visual designers for Java), and the C# delegate model makes event handling much more straightforward. The language also has some syntactic sugar that Java lacks, such as properties and operator overloading, but all in all, it's similar enough that you can easily move from Java to C#.
__________________
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 |
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: Thinking of learning C++
Quote By Ancient Dragon: All programming languages have similarities.
There is one main sort of logic that I keep on seeing between languages, and that is... The If/Else statement... |
|
|
|
|
|
#8 | |
|
Newbie
Join Date: Nov 2007
Location: Ireland
Posts: 19
Rep Power: 0
![]() |
Re: Thinking of learning C++
Quote:
|
|
|
|
|
|
|
#9 |
|
Programmer
Join Date: Dec 2007
Posts: 93
Rep Power: 1
![]() |
Re: Thinking of learning C++
Quite agreed
![]() |
|
|
|
|
|
#10 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 4
![]() |
Re: Thinking of learning C++
>There is one main sort of logic that I keep on seeing between
>languages, and that is... The If/Else statement... That's really all programming boils down to: making a decision and acting on it.
__________________
Even if the voices aren't real, they have some pretty good ideas. |
|
|
|
![]() |
| 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 |
| Thinking of programming in Python but I need some advice... | Soulstorm | Python | 6 | Aug 9th, 2007 7:28 PM |
| Thinking in C++ 2nd Edition | Toro | Book Reviews | 0 | Jul 15th, 2006 9:22 PM |
| Can you recommend the best compiler & learning environment? | Friendship | C++ | 37 | May 19th, 2006 4:41 AM |
| Learning C before C++ - Important? | meverha1 | C++ | 18 | Nov 13th, 2005 6:20 AM |
| Learning Python | uman | Python | 11 | Jun 25th, 2005 3:09 PM |