Advertisement

Beginning with c++

Started by February 11, 2001 09:34 PM
12 comments, last by Mr Newbie 23 years, 11 months ago
Hey im just starting out with c++ and i could use some help i cant find any good tutorials on the internet so i was told to come here. If anyone can help me with some basic c++ coding to start out with I would be very grateful THX
blah blah blah
A good place to begin learning C/C++ is "A Book on C" by Al Kelley and Ira Pohl or "C++ Primer" by Stanley Lippman. C++ was invented by Bjarne Stroustrap and he wrote a few books about C++, I can''t quite remember what they are named. These books will give you a good introduction to C/C++!
Advertisement
alright cool
ill be sure to get those when i get some money but anyone know of some tutorials i can look at for now?
blah blah blah
I just checked, I think if you go to Yahoo.com and look under the computers section and under programming languages you will find some tutorials on C and C++. C and C++ are the most popular languages in use today, I''m sure if you type in +"c" +"tutorial" +"beginner" on some search engines you''ll surely find tutorials. I guess this will give you a good start. But in order to learn a lot of C++, you need a good book about it. I learned C++ at university, but a guess some good books will help.
http://www.cprogramming.com
http://www.cplusplus.com

Those are pretty good.

-SirKnight
Well as i understand C and C++ are two way different things. I am focusing on mainly C++ and yahoo is mostly with the C programming...
blah blah blah
Advertisement
hey sirknight thanks alot. ill read that tutorial that those sights have. and MRdirextx i entend on taking a pretty expensive class on c++ this summer, right now im just trying to introduce myself to c++ and learn some simple scripts.
well ill be off to bed. enough posting for tonight

cya
blah blah blah
ever heard of "Thinking in C++" by Eckel? i think it''s really good for newbies, and it''s free:

http://www.mindview.net/DownloadSites/


------------------------------
Dedicate to nobody, I''m nobody
------------------------------------------------------CCP is fascistic, they even banned www.sourceforge.net
quote: Original post by ed9er

ever heard of "Thinking in C++" by Eckel? i think it''s really good for newbies, and it''s free:



"Thinking in C++" is mostly targeted at people who already know C. I don''t think it qualifies as a newbie book

I started off learning C then moved onto C++, they are very similar and I would recommend learning C first as a lot of it is the basis for C++.

Also you would really have to buy a decent book to get the most learning. Try the WROX series of books both "Beginning C" by Ivor Horton and "Beginning C++" by Oleg Groshenko (I think thats how its spelt) are very good and build from the ground up (which is very important for a beginner), explaining clearly everything you need to know about the C and C++. Check out Amazon.co.uk or Amazon.com.

Hope that helps
Max

This topic is closed to new replies.

Advertisement