Search found 6 matches
- Fri Jan 28, 2011 9:58 am
- Forum: Programming Discussion
- Topic: Suggestions, por favor?:D
- Replies: 6
- Views: 1031
Re: Suggestions, por favor?:D
I can't really help if I don't know what language you were studying but... I have a real life example that may be of use. I learn java in my classes at college, but I study c++ hardcore on my off time. Because I had that little foundation of Java switching to c++ was easy. I got really good at c++ (...
- Fri Jan 28, 2011 9:39 am
- Forum: Programming Discussion
- Topic: Confusion
- Replies: 52
- Views: 5889
Re: Confusion
Stop trying to learn the basics with tutorials and online sources. Buy a book. Most books assume you don't know anything about the language and explain things in extra detail so you understand them. You have been practicing c++ for 3 years.... Have you ever thought that maybe online sources weren't ...
- Thu Jan 27, 2011 9:46 am
- Forum: Programming Discussion
- Topic: What c++ Book should I get next...?
- Replies: 16
- Views: 1681
Re: What c++ Book should I get next...?
first... Mr.DeathNote, I am a fan of your new series. I have been doing a ton of research and basically concluded to. Become more familiar with STL (going to get: The C++ Standard Library: A Tutorial and Reference and Effective STL) After that I am going to learn SDL and try to learn OpenGL. I origi...
- Mon Jan 24, 2011 10:37 am
- Forum: Programming Discussion
- Topic: What c++ Book should I get next...?
- Replies: 16
- Views: 1681
Re: What c++ Book should I get next...?
I think that I will bite and go with SFML first.
I dont know c so I guess SDL and Allegro are a no go.
After SFML I will try to learn OpenGL.
Does This sound like a good POA? //Plan Of Action
I dont know c so I guess SDL and Allegro are a no go.
After SFML I will try to learn OpenGL.
Does This sound like a good POA? //Plan Of Action
- Sun Jan 23, 2011 7:12 pm
- Forum: Programming Discussion
- Topic: What c++ Book should I get next...?
- Replies: 16
- Views: 1681
Re: What c++ Book should I get next...?
Thanks for the suggestions. I basically know all of the fundamentals at this point (I think at least). I really want to avoid a book that begins with "Hello World" if you catch my drift. I guess the next step would be to finish up the standard library and start learning some other librarie...
- Sat Jan 22, 2011 2:41 pm
- Forum: Programming Discussion
- Topic: What c++ Book should I get next...?
- Replies: 16
- Views: 1681
What c++ Book should I get next...?
Hey, I was wondering if you guys could help me. I just finished this book called "C++ All-In-One For Dummies( the 7 books in 1 edition)." It was about 800 pages of material starting with the very basics of c++. I was wondering what book would be to get after this. I have "Effective c+...