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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A place to start for a begginner? 2

Status
Not open for further replies.

KarveR

MIS
Joined
Dec 14, 1999
Messages
2,065
Location
GB
Hi all, can anyone here recommend some good sites with tutorials etc for an absolute beginner?
I checked the faq but nothing listed.

cheers all.

Karv


______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Which sort of absolute beginner?

1. Never programmed in anything before, but would like to learn how to program in C++

2. Familiar with other programming languages but would now like to add C++ to the list.

--
 
Ah, thanks for the reply.
I'm pretty handy with PHP, shell, html,perl, some ruby and python but looking to move into C++ for the commercial value (i.e more on the c.v. :-)) so not new t programming, just C++.

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Here goes...

A free online book
Though I recommend you get the actual book once you've had a read through some of it. Unless you're happy with always looking at the on screen copy.

The C++ FAQ is definitely worth a scan

For book reviews, try
There are an awful lot of books about C++, and a lot of awful books about C++ as well.
Hopefully you can narrow the field a bit.

--
 
Smashing, thanks. Anywhere for online tutorials / sample code ?

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
codeguru.com
cuj.com
cplusplus.com
......
more sites you will get by a simple google search (stfw)

Ion Filipski
1c.bmp
 
I can get alot of info from google, what I'm looking for is what other people feel was good for them, or better than xyz.

The writer of a book will always say "my book is best".
Readers of a book will compare it and give an overview.

I don't want to have to judge books by their covers, I also don't want to buy and read them all.



______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Again and again: the best source to grasp the spirit of C++ is B.Stroustrup's "The C++ Programming Language"...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top