|
|
|
|
Title: C++ Programming Tutorial - 11 - More on Building Arrays
Added: Oct 15, 2010
Author: thenewboston
Duration: 4:22
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 - 11 - More on Building Arrays'
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: 64
mome910 Says:
Oct 29, 2010 - u forgt to say PLEASE!
yrusogoddamnstupid Says:
Nov 9, 2010 - Also so that you don't have to write out as much this would work alsocout<< bacon [2 + 4];which is same ascout<< bacon [2] + bacon [4];
Bigaldaomeister Says:
Nov 20, 2010 - That doesn't work, when you're adding the number in there, such as 2 + 4, it will equal 6, and the program will try to find the 6th array. It will not add arrays 2 and 4.
HawxTeamDelta Says:
Dec 26, 2010 - yes that would be awesome..!!
valQ92 Says:
Jan 16, 2011 - LOL I made trojan virus with devC++ O.o. There was only "cout << "somethingsomething" << endl; " in main and when i ran that, my fsecure said that it just deleted trojan.generic.3573523. I repeated that few times and it did samething everytime :D
san1472004 Says:
Feb 6, 2011 - hey bucky......up to your this tutorial am now up to date...i can write and run program's with out any errors.....thanks buddy...thumps up>>>>
Rdogg312 Says:
Mar 20, 2011 - CTRL + D = Duplicate Line =)
Olemassacre Says:
May 22, 2011 - Then this is the right place for you, maybe Java could be useful too.
Toob3E Says:
Jun 5, 2011 - my cin.get() doesn't stop the program D:it just shuts down when it's done.
LittleBigAltair Says:
Jun 10, 2011 - use system("pause") instead
Toob3E Says:
Jun 10, 2011 - Nahh then you can't use cross-platform programs. System("Pause") doesn't work on for example mac. I found out a way to fix it anyways you just gotta put a cin.ignore(); on the above line.
magicplayingcards Says:
Aug 29, 2011 - how do you make it were there is numbers on the side of the lines
magicplayingcards Says:
Sep 3, 2011 - can you use cin to enter each array element and will it save it for that time then restart the next time you use the program.
onelerv1 Says:
Oct 14, 2011 - stick with learning the basics man.. Don't make the mistake I did and skipped corners.. take it slow
PrinceUmarKhan1 Says:
Nov 4, 2011 - thanks
winsome333 Says:
Dec 7, 2011 - you are awesome sir :)
Game4Everz Says:
Jan 13, 2012 - make a video about it so i can see how you did please
hedjel15 Says:
Jan 25, 2012 - all the bacons makes me hungry!
taetantantan Says:
Feb 14, 2012 - can i declare on global? uhm outside the main function?
Akirokso Says:
Mar 10, 2012 - i added them up in my head...
AbaiiChalDrin Says:
Apr 2, 2012 - i think it's best for you to study on "data structures in c++" :) It's where you are going.
TommyDDoom Says:
Apr 6, 2012 - hey, me too i hate dark gdk
KatcanDraw245 Says:
Apr 6, 2012 - who else wanted to eat bacon?
Venisor21 Says:
Apr 7, 2012 - What's dark gdk?












TEHkids Says:
Oct 20, 2010 - any ideas