Just watched most of them, been doin C++ for a few months but need to stop for a while and brush up on my basics before moving on to the advanced stuff ;) Great tutorials man 5 stars!!
@ahalaberton14 жыл бұрын
Dear Mr. Bucky I watched all of your videos and........ YOU ARE A STR8 GANGSTA AZZ THUG!!!! BECAUSE OF YOU I KNOW THE BASICs OF C++ AND PASSED MY COMP PROG. CLASS !!!!!! THANK YOU 20 X!!!!!! BIG BIG UPS mang!! btw def. liked the added humor throughout!!! makes it easier to follow respect -ameerkat ; )
@iiN1GH7M4R3ii7 жыл бұрын
You are so helpful bucky thank you so so much! My programming class requires we make a program that uses this exact function/process. Thank you so much for describing each step you are the BOMB!!!!
@TRX201513 жыл бұрын
Thanks again for another great tutorial Bucky.. The question I had, has been answered by this tute.. good one!
@DVHThrudgelmir14 жыл бұрын
Great tutorials, yet so much to learn. :)
@Aggregate0215 жыл бұрын
In C to get the size of a variable or the length of a character array is using: sizeof()
@showoffrich14 жыл бұрын
Awsome just awsome! Thank you very much!
@BrandonAndre13 жыл бұрын
This is pretty awesome! I learned SOO Much... :3
@wtfucs11 жыл бұрын
is there away to set up a single dimensional array that for each element of the array build a nested loop for perhaps a multidimensional array? a function in a function kinda thing??
@born2ryde199011 жыл бұрын
Im very new to programming, i felt very smart up until tutorial 25 and 26. Now im confused about alot of stuff. is there somewhere i can go for some C++ exercises or something to help me more understand whats going on here? Books, websites or free programs? Besides the rescent confusion, you are awesome, ive learned alot from you in the last 2 days. =)
@MarsTheProgrammer13 жыл бұрын
instead of putting: cin >> input; array[i] = input; you can put: cin >> array[i];
@nguyennguyenkn15 жыл бұрын
great video.. I learned a lot. Thanks much
@annakoiher14 жыл бұрын
you're the best!!!
@ahmed4destruction15 жыл бұрын
Bro u simply the best :)
@AwwestThePowiceUwU14 жыл бұрын
@Mahiz96 u need int populate(double array1[], int number); at the top of the page :)
@jairo141215 жыл бұрын
is there any special reason why "populate" was an int function? it could've been a void function as well couldn't he? btw, nice tutorials, keep em coming :)
@DominiqueGiovanni13 жыл бұрын
Why is the declaration of the array under a different name in the main function? Is that merely a matter of preference?
@IamMACROD12 жыл бұрын
Thanks so much your a life saver !
@videonik30013 жыл бұрын
hey, mine is going up in twos, so its starts with 0 and goes: 2, 4, 6, 8... not really a problem everything is working perfectly.
@WildWolfNick14 жыл бұрын
how come last tutorial he didnt need to declare 'i' which he had used in the for loop? the for loop condition I believe has also not been explained. If someone could please perhaps break it down a bit
@rubbeldiekatz8512 жыл бұрын
Bam!!! That's what I'm talking about :)
@AnthonyProductions0912 жыл бұрын
Can you please make a tutorial quickly on how to find the second max value in array[10];? In class they showed how to find the first value but then Im not sure how to find the second value and they found the values by calling a function and using the function to do the work for find the value
@gediminasS171512 жыл бұрын
But what if I would like to insert string variables instead of integers? And how to ask how many items the user wants in the array?
@hitlirbifadn13 жыл бұрын
when i compile the program it sas to me that there a probleme on cout
@sinclairpol14 жыл бұрын
fatal error LNK1169: one or more multiply defined symbols found - I get this and don't know what symbol has been defined more than once. I have taken your code character for character.
@jeffskie1113 жыл бұрын
Sir bucky , Can't I do something that the user may put how many elements of the array he/she wants to have?
@chernobila15 жыл бұрын
hello sir are you going to post more C++ tutorials? Please do Thank you
@hamadKhan2k914 жыл бұрын
please bucky sir i wanna knw tat for wat these new two headerfiles are used (fstream and cstdlib))
@AceCastill010 жыл бұрын
how would you add to an array when you want from a switch statement.
@Guildwars5515 жыл бұрын
wuts the c++ code that works the same as the javascript property length? like variable.length, what's the c++ code for that?
@MCTTABOB13 жыл бұрын
wow didnt think this would work.. thought you need to use a pointer for that..
@egodamonra14 жыл бұрын
Your python changed your programing style. :/ Now your tutorials are only 109% AWESOME!!!
@DanielCosta-bs1hf11 жыл бұрын
Hi mate respect for your work being done on youtube. Would it be possible to create a new tutorial regaring hexadecimal bin files? how to open a bin file containing hexadecimal data keys and create char[] to read specific hexadecimal bytes from the bin hexadecimal file, I am having hard times to open bin hexadecimal files, putt them in buffer, then sort data on the hexadecimal bin file. edit hexadecimal file , save, close
@randomnatorable14 жыл бұрын
i dont get it whats the point of prototyping ?
@jaredthecoder12 жыл бұрын
8 guys are Cpp-curious.
@yago0o0o0l13 жыл бұрын
can you do some oop in c++ .. plz
@zhir9614 жыл бұрын
i suck at math thats why i probably think its hard to do these tutorials (25-26)
@Jozekban14 жыл бұрын
@ahalaberton are u working for cia ?
@coreydoyle470212 жыл бұрын
我不会说中文,但我绝对同意! 干杯/翻译谷歌翻译;-)
@zeluisping13 жыл бұрын
"And then put your eye."
@GNSstudios15 жыл бұрын
lol will u make more tutorials?!
@hitlirbifadn13 жыл бұрын
@williamforcier thank's man your right i miss that XD
@leeroyjfan15 жыл бұрын
please, make a tutorial about windows app thanks!
@BajanCreation15 жыл бұрын
wow its getting difficult to keep up....
@Chriscs713 жыл бұрын
THUMB UP WHO WANTS TO KNOW HOW TO ASK THE USER FOR THE NUMBER OF THE ELEMENTS OF THE ARRAY! IF ANYONE KNOWS THIS PLEASE SEND ME A MESSAGE
@coolzidedown14 жыл бұрын
i got 14 errors when i first ran it
@MrJepcats13 жыл бұрын
Should have just made the populate function void rather than make it return something just for the sake of it.