Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Beginner

Status
Not open for further replies.

jonlake

MIS
Sep 17, 2003
76
US
I want to start programming C++. I have some VB experience from school (don't remember a whole lot of it though). (Forgive me if these questions don't make sense, I don't know a whole lot about this stuff. I'm more of a network engineer) The first things that I am looking for is suggestions on quality learning material. I have done google searches and have access to the text of C++ Programming for the Absolute Beginner by Dirk Henkemans and Mark Lee via an electronic library. I am just wondering what you all have thought to be the most useful for a beginner. Also, I don't have a C++ compiler. I looked around and haven't found any free ones (until I decide if I can/want to learn this). Then I will consider paying for one. I think thats all I have quesitons on (unless there is something you see I'm missing).

Thanks,

Jon
 
Ok, so I've found a few free compilers and downloaded one. (Digital Mars). Got that taken care of. I guess if you just have any overall suggestions on getting started it would be helpful.

Thanks

Jon
 
I know that you've already downloaded a compiler, but since you asked, here's a link:


Of the free compilers, my personal preference is Borland C++ 5.5 (a terrible thing to say in the Microsoft forum, I know).

As far as learning C++, if you really want to do it, I'd recommend spending the money for a good book right off. It will save you a lot of time and frustration and you'll start with a good foundation.

If you really want to dive in, I'd recommend 'Accelerated C++: Practical Programming by Example'
by Andrew Koenig and Barbara Moo. It requires a little more knowledge than a true beginners book, but will get you comfortable with C++ fairly quickly.

Good luck.
 
For a good free ebook on C++, try here at for "Thinking in C++". Its a 2 volume work. The second volume is still a work in progress but both are excellent and free.
 
I've been teaching myself for the past year. I've bought about 6 C++ books. The most valuable one that I have to date is "Beginning Visual C++" by Ivor Horton published by Wrox. It teaches you C++ from the ground up for the first 8 or 9 chapters before taking you into any of the visual stuff. For C++ basics and reference on the language itself, "The C++ Programming Language" by Bjarne Stroustrup is great also. He did write the language, so I think he's probably pretty knowledgeable

bdiamond
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top