best online c++ tutorial(free)
Started by Andrew.G, Jul 13 2009 07:08 AM
13 replies to this topic
#1
Posted 13 July 2009 - 07:08 AM
Posted via CodeCall Mobile i would like to find a good c++ online tutorial for a complete nublet, i would prefer a video tutorial that i can stream from my browser. All help is appreciated.
|
|
|
#2
Guest_Jordan_*
Posted 13 July 2009 - 07:18 AM
Guest_Jordan_*
Of course the best C/C++ tutorials are here: C Tutorials
:)
It looks like there is a series of C++ tutorials on youtube, though. YouTube - c++ programming tutorial 1
:)
It looks like there is a series of C++ tutorials on youtube, though. YouTube - c++ programming tutorial 1
Edited by Roger, 03 January 2011 - 09:12 AM.
updated link
#3
Posted 13 July 2009 - 07:27 AM
Posted via CodeCall Mobile thanks jordan
#4
Posted 13 July 2009 - 07:28 AM
Posted via CodeCall Mobile thanks jordan :)
#5
Posted 14 July 2009 - 03:18 AM
I recommend this one... "Teach Yourself C++ in 21 Days" found at newdata.box.sk/bx/c/ Teach Yourself C++ in 21 Days[/url]
I'm currently on day 3. I found the tutorials to be very helpful. The code he presents will not compile for some. I found that alls I needed to do was type "using namespace std;" near the top of the code and for #include instead of <iostream.h> I would use <iostream>.
So this is what I have recommended. I hope you enjoy it.
I'm currently on day 3. I found the tutorials to be very helpful. The code he presents will not compile for some. I found that alls I needed to do was type "using namespace std;" near the top of the code and for #include instead of <iostream.h> I would use <iostream>.
So this is what I have recommended. I hope you enjoy it.
#6
Posted 14 July 2009 - 03:50 AM
With what Rockdtben said, it might just be the compiler though. Most compilers are different so there are some things that you might need to change to your code to make them compile with your compiler. When you had to type;
It saves you from typing std:: all the time. As for the <iostram.h>, either one is appropriate but as I said your compiler might support only one or maybe both. Just read your compilers documentation :)
As for the books, I'm currently reading "Sams Teach Yourself C++ in One Hour a Day". It's a great book as most of the "Sams Teach Yourself" series are, so if I were you I would chose one of them :)
using namspace std;
It saves you from typing std:: all the time. As for the <iostram.h>, either one is appropriate but as I said your compiler might support only one or maybe both. Just read your compilers documentation :)
As for the books, I'm currently reading "Sams Teach Yourself C++ in One Hour a Day". It's a great book as most of the "Sams Teach Yourself" series are, so if I were you I would chose one of them :)
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!
#7
Posted 14 July 2009 - 08:13 AM
I have to whole-heartedly agree with Brandon W, the "Sam's Teach Yourself" series is awesome. I actually am working through "C++ in 24hours" myself and find it to be a terrific resource.
Andrew G, I will say that you should be looking more to books than to vids. There is no way everything you need to learn about C++ could be covered properly in a vid series without being ridiculously long and or lacking in scope.
Andrew G, I will say that you should be looking more to books than to vids. There is no way everything you need to learn about C++ could be covered properly in a vid series without being ridiculously long and or lacking in scope.
#8
Posted 14 July 2009 - 08:21 AM
i suppose your right, its just that im broke and have no source of income. Although i could probably hassle my parents till they get me the book. :)
Diary of a Star- hot hot hot hot, red dwarf, black hole, fin
#9
Posted 14 July 2009 - 09:16 AM
"Thinking In C++" by Bruce Eckel is a free download, and very good.
#10
Posted 14 July 2009 - 10:42 AM
I agree with WingedPanther. A brilliant eBook.
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
#11
Posted 14 July 2009 - 04:15 PM
I'll check that out. Thanks :D
Diary of a Star- hot hot hot hot, red dwarf, black hole, fin
#12
Posted 14 July 2009 - 08:16 PM
You can get any book for free in a .pdf ;) Just it's called pirating haha.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


Sign In
Create Account


Back to top









