new to c++

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2006
Posts: 71
Reputation: mruane is an unknown quantity at this point 
Solved Threads: 1
mruane mruane is offline Offline
Junior Poster in Training

new to c++

 
0
  #1
Jan 31st, 2009
Hi all, my name is Karim, and I am migrating from Python to C++ in order to make windows and linux based games. I am using the Visual C++ IDE, and am a complete newbie when it comes to C/C++. Python is so overly simplified that it does not provide a great background when learning C/C++. Well, with my goals in mind, could anyone point me to some *free* online resources for learning to program in C++? Thank you.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,047
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: new to c++

 
1
  #2
Jan 31st, 2009
I would recommend the book "Accelerated C++", by Koenig & Moo.

You'll note that the Daniweb rules state some prohibitions, including "do not post anything warez related or related to other illegal acts."

This means that, for example, if there existed tools out in the world that made it trivial for you to download any popular textbook you wanted, I wouldn't be allowed to tell you what those tools were. If they existed. And I'm not saying that they do.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 46
Reputation: cppnewb is an unknown quantity at this point 
Solved Threads: 0
cppnewb's Avatar
cppnewb cppnewb is offline Offline
Light Poster

Re: new to c++

 
0
  #3
Jan 31st, 2009
I know that this doeson't go with your *free* standards, but if you'r wi;lling to spend 25$ at borders or find it cheaper on Amazon of Ebay, I would HIGHLY reccomend C++ for Dummies. I'm still reading throug it and it is great. Its funny sometimes to
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 57
Reputation: BevoX is on a distinguished road 
Solved Threads: 12
BevoX's Avatar
BevoX BevoX is offline Offline
Junior Poster in Training

Re: new to c++

 
0
  #4
Jan 31st, 2009
I would recommend a site 3Dbuzz , it has some nice video tutorials, fun to watch, and covers the very basics of C++. If you find the resolution a bit low, you could try to find it in some torrent sites.
"Just because I'm losing, doesn't mean I'm lost. Doesn't mean I'll stop."
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,389
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: new to c++

 
0
  #5
Feb 1st, 2009
yeah, I'm Python guy too, and I'm learning C++ too. I want to add it than shift from python.
Having those said, till now I have found too many programming sites but check www.cprogramming.com

I have some books but I have so limited time that I learn too slowly
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,389
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: new to c++

 
0
  #6
Feb 1st, 2009
Microsoft have free PDF of the book, by someone Schildt if I have spelled well, I have no time to search for link right now, but it is somewhere in their VC 2008 IDE section (Express edition)
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 71
Reputation: mruane is an unknown quantity at this point 
Solved Threads: 1
mruane mruane is offline Offline
Junior Poster in Training

Re: new to c++

 
0
  #7
Feb 2nd, 2009
Thanks guys. I will try to get c++ for dummies. I am having trouble though, I can't even get the hello world program to work. I got it right in c#, but I get an error. I double checked my code against the tutorial, and tried other tuts, but still, can't get it to build right. I will post the code later, and see if you guys find any errors, cuz I sure can't. That is a major discouragement, getting caught up in a simple hello world program, and having problems.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 445
Reputation: Agni is a jewel in the rough Agni is a jewel in the rough Agni is a jewel in the rough 
Solved Threads: 69
Sponsor
Agni's Avatar
Agni Agni is offline Offline
Posting Pro in Training

Re: new to c++

 
0
  #8
Feb 2nd, 2009
yes please post the code and somebody will def help you. Don't get discouraged by errors, everyone goes through them and in the process of fixing them you get to learn a lot more than what's given in your book. One piece of advice is that don't try to rush into it too fast, before you actually start writing games you will have to learn a lot of basic stuff and hence you should create reasonable timelines for yourself.

All the best.
thanks
-chandra
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,879
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 301
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is offline Offline
Cenosillicaphobiac

Re: new to c++

 
0
  #9
Feb 2nd, 2009
Originally Posted by mruane View Post
Thanks guys. I will try to get c++ for dummies.
I'm not really a big fan of the ' blabla for dummies' series.
Here's a thread with a lot of good book recommendations in it
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,389
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 127
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: new to c++

 
0
  #10
Feb 2nd, 2009
I wanted to write something, but making new project in Code::Blocks it gave what I was about to write, hello world! I highly recommend it. I have easily configured wxWidgets(Though I will not use them until I become good at C++ ) It is very easy and very supported at forums. Do you use MSVC Pro or express? If express ed, consider visiting www.codeblocks.org

  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout << "Hello world!" << endl;
  8. return 0;
  9. }
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC