![]() |
| | #1 |
| C++ and openGL Join Date: Jul 2005
Posts: 28
| Should I learn a FULL language first?
__________________ Be inspired. |
| Raeliean is offline | |
| | #2 |
| Super Moderator Join Date: Sep 2001
Posts: 4,746
| Learn most of C++. Certainly you need to have a good grasp on object-oriented programming, you need to familiar with all of the commonly used constructs, and a fair amount of experience under your belt so you can deal with debugging, etc... If you're asking questions about the purpose of pointers, my guess is that you probably shouldn't be learning third-party libraries or doing anything that would require OpenGL yet. |
| sean is offline | |
| | #3 |
| Deprecated Join Date: Oct 2004 Location: Canada
Posts: 1,032
| You should probably learn most of C++ first. See the list of topics on this C++ eBook: http://newdata.box.sk/bx/c/ Day 1 Getting Started Day 2 The Parts of a C++ Program Day 3 Variables and Constants Day 4 Expressions and Statements Day 5 Functions Day 6 Basic Classes Day 7 More Program Flow Day 8 Pointers Day 9 References Day 10 Advanced Functions Day 11 Arrays Day 12 Inheritance Day 13 Polymorphism Day 14 Special Classes and Functions Day 15 Advanced Inheritance Day 16 Streams Day 17 The Preprocessor Day 18 Object-Oriented Analysis and Design Day 19 Templates Day 20 Exceptions and Error Handling Day 21 Whats Next on Day 21, whats next? openGL programming.
__________________ Warning: Have doubt in anything I post. GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101 |
| Dae is offline | |
| | #4 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,671
| > See the list of topics on this C++ eBook: Do you know for sure that that's a legitimate electronic copy of a copyrighted book? Why recommend something dubious (and out of date) when there are better things which are both legit and current http://www.mindview.net/Books/TICPP/...ngInCPP2e.html |
| Salem is offline | |
| | #5 |
| Registered User Join Date: Dec 2002
Posts: 546
| I'm going to guess that the site is hosting the ebooks illegally. My assumption is based on the fact that the books are ones that are typically sold - the C++ book is a SAMS books for example. If you go up one directory, to http://newdata.box.sk/bx, you will notice three other books on the site. Two of them are from SAMS and the other I'm not really sure on. Last edited by Frobozz; 07-11-2005 at 04:57 PM. |
| Frobozz is offline | |
| | #6 |
| Deprecated Join Date: Oct 2004 Location: Canada
Posts: 1,032
| I wasnt recommending the book, merely showing which topics should probably be learned before moving on to OpenGL. The book got a nice review, being good for pure beginners but not much coverage on advanced topics. I'm not sure if that sites putting that ebook up there illegally, I just have the link because someone else posted it. Oh yeah and it isnt out of date, Ive read it.. the only outdated part is the author for some odd reason uses iostream with a .h There are a few free ebooks though. Thinking in C++, C++ in Action, etc: http://www.freeprogrammingresources.com/cppbooks.html
__________________ Warning: Have doubt in anything I post. GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101 |
| Dae is offline | |
| | #7 | ||
| Super Moderator Join Date: Sep 2001
Posts: 4,746
| Quote:
Quote:
| ||
| sean is offline | |
| | #8 | |
| x4000 Join Date: Jun 2002 Location: Outer Space!
Posts: 542
| Quote:
(but I maybe wrong)
__________________ what does signature stand for? | |
| Ruski is offline | |
| | #9 | |
| Deprecated Join Date: Oct 2004 Location: Canada
Posts: 1,032
| Quote:
Well.. mystery solved, though it wont help.. while searching I found more than 25 c++ boards listing the site being recommended by posters, and 5 sites with C++ links listing it, as well as other misc "free books" sites listing it. But I'll be going around and editting out my links. The funny thing is that most of the people on the boards recommend that its a good book/first learned, etc. Yet on amazon.com its gotten the worst ratings.
__________________ Warning: Have doubt in anything I post. GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101 | |
| Dae is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which language to start with | slats | General Discussions | 51 | 05-16-2008 06:32 AM |
| Language for text. | virgoman57 | C Programming | 3 | 05-12-2008 02:31 AM |
| Wanting to learn a new programming language | insutama | C++ Programming | 9 | 03-04-2008 03:38 AM |
| What language did they make Java in? | jverkoey | General Discussions | 17 | 07-03-2005 04:18 PM |
| Strange loop | D@rk_force | C++ Programming | 22 | 12-18-2004 02:40 PM |