|
|
|
|
Title: C++ Programming Tutorial - 4 - Come Get Sum!
Added: Sep 18, 2010
Author: thenewboston
Duration: 6:32
Description:
Get all of the source code for free and ask me questions at http://thenewboston.com/forum/
Related Videos:
Videos related to 'C++ Programming Tutorial - 4 - Come Get Sum!'
Channel: Howto
Tags: c++ programming for beginners tutorials game bucky program class pointers
c++ programming for beginners tutorials game bucky program class pointers
Youtube Comments: 107
pwnZergz Says:
Jul 15, 2011 - You probably typedint Mcdonaldls;Though ints can only hold whole numbers. If you want text you need to use a string. For example:string Mcdonald's;
JakeFireStarter Says:
Jul 19, 2011 - Check which way your arrows are going, I made the same mistake.
dbmarquand Says:
Jul 31, 2011 - I got this last time too....error: 'system' was not declared in this scope??
afker553 Says:
Sep 18, 2011 - YOUR VIDEOS ARE THE ONLY THING I LEARNED FOR REAL AND ITS WORKING!!!!!!! THANK YOU GOOD MAN!!!!!!!!!!11
joe12rock Says:
Oct 1, 2011 - u rock thanks man hope for u all good luck
huijzen Says:
Oct 5, 2011 - i've been looking for so many tutorials and none could i realy understand. but you explain so clear! thank you so mutch :D
bjkl4520 Says:
Oct 5, 2011 - steve jobs died :(
ShalemariTV Says:
Oct 8, 2011 - hey, when i compile it , it comes out like this: Shawn is16 years oldPress any key to continue....
jbbauer0 Says:
Oct 12, 2011 - couple things that you are missing. You need to put a space after "Shawn is ". Inside the quotes. And to put the "Press any key to continue...." on a new line you need to include the "<< endl;" without quotes. Hope That helps you.
ShalemariTV Says:
Oct 12, 2011 - thanks man
conor7129 Says:
Oct 13, 2011 - insted of using << endl; you can just do this,cout << "shawn is 16 yyears old\n";if that doesnt work us /n insted, i cant remember which one it is
MixedBerryStew Says:
Oct 18, 2011 - at the same time as you got an itch in ur ear i got an itch in my rib :P
sverre795 Says:
Oct 19, 2011 - include iostream = is wrong bye the Dev C++ .. (red latters when i try 2 start) what to do?
CamoPeng Says:
Nov 1, 2011 - Okay... now how do you validate your input? surely you can't store strings/text onto int variables?
sameerzakri Says:
Nov 9, 2011 - MY TUTOR IS A PHD GUY FROM UK WHO TEACHES ME BASIC C++ , BUT NOT AS AWESOME AS thenewboston guy.... THANKS DUDE
ORNELASCELIO Says:
Dec 14, 2011 - cout << "Dude, you are the best ........ Many thanks from island of Madeira - Portugal";
thehumpindrummer Says:
Jan 11, 2012 - Thankz man ur really helping me with this!
COMPUTEREXPECT Says:
Jan 27, 2012 - i don't know why when i compile my program than my antivirus says that a trojan is their in your file and than sorce file could not be read
COMPUTEREXPECT Says:
Jan 27, 2012 - help me plz help me anyone
aluckyshot Says:
Feb 1, 2012 - My honest advice is that if you are intelligent enough regarding computers to begin computer programming you most likely do not need the anti-virus and I would uninstall it.I am not sure which one you have but if it is preventing you from compiling some basic code like this it is rather over protective.
stevieSMStranges Says:
Mar 7, 2012 - I have been able to learn c++ much faster than any of my other teachings. I almost feel BAD I'm not paying you!!!
albinfilm1 Says:
May 24, 2012 - help me it don't works! PLEASE!












StevenTheProgrammer Says:
Jul 2, 2011 - I'm using Microsoft Visual C++ 2010 Express, and when I compile, I get an error; I've typed the exact code as you did, but I'm getting an error? WTF....