PDA

View Full Version : C++ nice and clean tutorial



ErosOlmi
09-01-2008, 01:29
A very nice and easy to follow tutorial about C++
Even for those not knowing any programming language.

http://www.cplusplus.com/doc/tutorial/introduction.html

Michael Clease
09-01-2008, 01:54
Nice guide shame they dont make pdfs to use as an offline reference.

cocoflop
09-01-2008, 02:21
I know this wesite, it has everything a programmer needs to know about C++ (commonly written on major commercial books). I also recommend

http://www.cprogramming.com/

very useful as a reference.

Cheers! :)

kryton9
09-01-2008, 04:41
I just discovered this site for 3d programming with c++. What is nice is he has video tutorials, you know I am a big fan of those. Again very well done I think and great way to do cool things pretty quickly in c++.

http://www.videotutorialsrock.com/

kryton9
15-01-2008, 04:29
I am watching these videos here. All I can say is awesome. I am learning so much about c/c++ that I never knew before. By watching you understand why things are done the way they are in c/c++ and the syntax does not seem strange but powerful and efficient the way this instructor teaches. I never thought I would say that c++ is awesome, but in watching so far and I haven't even gotten into OOP stuff yet... you can see the power and flexibility c++ gives. You can tell I am excited by this series, but whatever I say is an understatement. So if you are trying to get up to speed on c++, I can't think of a more efficient manner. And for future use you can go back to any slide and hear and watch the discussion to review.

http://wlap.physics.lsa.umich.edu//cern/lectures/tech/c/

I did get the plugin version working today. If you use the detached version, realize there are 2 feeds, one video of the lecture, you can keep this relatively small and the slides being talked about, this will be your bigger window. The plugin it is all in one window with the lecture window a fixed small size. I guess you can try both versions and see what works best for you.

Michael Clease
16-01-2008, 01:30
thanks Ken, nice find.

quite long videos but well presented.

kryton9
16-01-2008, 09:33
Glad you are enjoying them Mike. I am really enjoying it so far and can't wait till I can use the power with ease someday :)

Petr Schreiber
16-01-2008, 10:08
Thanks for the links Kent,

looks it covers interesting topics ;)


Petr

kryton9
16-01-2008, 17:04
Wait until you get to templates and inheritance, wow... great stuff!