943,742 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 665
  • C++ RSS
Jan 31st, 2009
0

new to c++

Expand Post »
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.
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
mruane is offline Offline
76 posts
since Oct 2006
Jan 31st, 2009
1

Re: new to c++

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.
Team Colleague
Reputation Points: 1135
Solved Threads: 171
Super Senior Demiposter
Rashakil Fol is offline Offline
2,478 posts
since Jun 2005
Jan 31st, 2009
0

Re: new to c++

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
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
cppnewb is offline Offline
52 posts
since Jan 2009
Jan 31st, 2009
0

Re: new to c++

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.
Reputation Points: 77
Solved Threads: 12
Junior Poster in Training
BevoX is offline Offline
57 posts
since Jan 2009
Feb 1st, 2009
0

Re: new to c++

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
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007
Feb 1st, 2009
0

Re: new to c++

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)
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007
Feb 2nd, 2009
0

Re: new to c++

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.
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
mruane is offline Offline
76 posts
since Oct 2006
Feb 2nd, 2009
0

Re: new to c++

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.
Featured Poster
Reputation Points: 431
Solved Threads: 116
Practically a Master Poster
Agni is offline Offline
654 posts
since Dec 2007
Feb 2nd, 2009
0

Re: new to c++

Click to Expand / Collapse  Quote originally posted by mruane ...
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
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006
Feb 2nd, 2009
0

Re: new to c++

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

c++ Syntax (Toggle Plain Text)
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout << "Hello world!" << endl;
  8. return 0;
  9. }
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Beginner Question, too many variables?
Next Thread in C++ Forum Timeline: Mouse Events





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC