Link to home
Start Free TrialLog in
Avatar of aCp
aCp

asked on

C++ Books

Hi Experts!

I would like your opinion, well actually your advice, on selecting my new C++ book. I'm "almost" a complete newbie, had some experience with VB, PHP, and well that's it. I tried to learn C++ a couple of years ago but gave it up because of the unattraction of the dos-based applications.
Now, I know that learning should pass from these steps but I don't believe that too much weight should be given in shell apps. I intend to use an IDE on Linux for my learning and looking therefore an appropriate book. I don't think that the basic concepts of C++ differ much between windows and linux but I do know that there are MANY differences.

Anyway I'm now looking for a good and serious book (would like to avoid the "Teach Yourself in 25 days" or "1 month" series, the title giving already a negative opinion on the content of the book) but would also like the book to be accessible (knowing that I do know something on programming, even if my knowledge doesn't go very far away) and also turned on graphical programming. Now this last recommandation must be difficult to fulfill since this depends on the IDE I should use (let's say that for the moment the one I have in mind is KDevelop), but there MUST be a way I could learn C++ and start programming on an IDE on linux.

Anyway, I'll stop here, more comments being surely necessary to find the appropriate book, or books...

Thanks a lot for your help!

aCp
Avatar of DVB
DVB

For the IDE, use Anjuta, or KDevelop.

I would recommend having Bjarne S.'s book on C++ around (as a manual).
Beginning C++ and Professional C++ from Wrox are pretty good books.

<recommendation>
Use a good text editor like vim/emacs over an IDE when beginning C++, it helps a lot more to know exactly what you are doing rather than having the IDE do it for you.
</recommendation>
Avatar of aCp

ASKER

Your recommendation DVB is rather convicing, sor for beginning I will use a simple text editor. For the way though, when I'll begin having fun with graphical tools I'll take an IDE. As for Anjuta I never heard of it, I'll take a look over internet...

Thanks a lot DVB your comment was much helpfull...
ASKER CERTIFIED SOLUTION
Avatar of DVB
DVB

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Upon review of the comments here, I am recommending this disposition:

        points to DVB

Please post a comment if you disagree.

DanRollins -- EE database cleanup volunteer
per recommendation.

SpideyMod
Community Support Moderator @Experts Exchange