English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
6

i have had absolutely no experience of programming. every tutorial i find is for people with programming experience. I have the microsoft visual c++ express edition but i can't find a good tutorial. If someone could provide a link to one i would be forever grateful

2007-03-21 06:30:02 · 5 answers · asked by marc 4 in Computers & Internet Programming & Design

5 answers

cplusplus.com tutorial - Excellent tutorial for learning C++ from the basic level. Highly recommended

Bruce Eckels Mindview - Also an excellent site for learning C++, mostly because of the freely downloadable Thinking in C++ in 2 volumes. These are some of the best explanations of the C++ language, but definitely at a more advanced level. Books are available here

cprogramming.com tutorial - another good site for C++ programming tutorials. They are not quite as methodical as the cplusplus.com tutorials, but they are very useful.

MSDN for C++ - Microsoft's site for the Visual Studio 2005 C++ compiler that we use in this class.

C++ Links from Bjarne Stroustrup - This is a collection of links about C++ that is maintained by the originator of C++ (who now teaches at Texas A&M)

2007-03-21 06:34:49 · answer #1 · answered by S A 3 · 2 0

http://cprogramming.com/ is a good site.

I highly recommend getting a book. You have no idea how bad an idea it is to solely rely on the web, especially if you have 0 programming experience.

Take a look at http://accu.org/index.php/book_reviews?url=search.xqy?field=subject&term=beginner's+c%2b%2b

The organization reviews books for technical accuracy. You'll notice there's a lot of bad books that get good reviews on Amazon (they are wrong technically). There's two good ones I recommend: C++ primer by Lippman and Accelerated C++ by Koenig. Accelerated C++ is pretty fast in pace and is probably more suited if you have prior experience, so perhaps C++ primer is a better choice for you.

Please do *not* go for Visual C++ specific tutorials. Unlike generic C++ tutorials, they are designed to work specifically with Visual C++ only. You won't understand and learn C++ properly, you won't learn programming properly.

2007-03-21 06:38:02 · answer #2 · answered by csanon 6 · 3 0

With absolutely no programming experience you may want to get a good book on basic C++ programming ( I find it easier to work from books rather than Web sites/online tutorials etc.)

Its been so long since I read any of them though ?I can't think of a good one - But recently I bought c++ for dummies which is good both for the basics and more advanced features in the language. Good reference book

2007-03-21 06:38:39 · answer #3 · answered by Anonymous · 1 0

Great tuorial

http://www.cprogramming.com/tutorial.html

2007-03-21 07:56:25 · answer #4 · answered by Anonymous · 0 0

Try here for info

http://www.good-tutorials.com/
http://www.digitaljuice.com/
http://www.tutorialkit.com/
http://www.codestyles.com/
http://www.sitecube.com/website/promo_bw.asp?pid=sitetarget
Try here for info
http://www.techtutorials.net/

http://www.theeldergeek.com/

2007-03-21 08:07:57 · answer #5 · answered by george r. n. 5 · 0 0

fedest.com, questions and answers