Jump to content

best online c++ tutorial(free)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
13 replies to this topic

#1
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
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_*

Guest_Jordan_*
  • Guests
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

Edited by Roger, 03 January 2011 - 09:12 AM.
updated link


#3
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile thanks jordan

#4
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
Posted via CodeCall Mobile thanks jordan :)

#5
Rockdtben

Rockdtben

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#6
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
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;
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
SolidState

SolidState

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
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.

#8
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
"Thinking In C++" by Bruce Eckel is a free download, and very good.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
I agree with WingedPanther. A brilliant eBook.
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#11
Andrew.G

Andrew.G

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 395 posts
I'll check that out. Thanks :D
Diary of a Star- hot hot hot hot, red dwarf, black hole, fin

#12
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
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!