C++ Tutorial - 26 - Populating an Array with Functions

  Рет қаралды 76,440

thenewboston

thenewboston

Күн бұрын

Source Code: github.com/the...
Core Deployment Guide (AWS): docs.google.co...

Пікірлер: 53
@hebronsawyers
@hebronsawyers 15 жыл бұрын
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!!
@ahalaberton
@ahalaberton 14 жыл бұрын
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 ; )
@iiN1GH7M4R3ii
@iiN1GH7M4R3ii 7 жыл бұрын
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!!!!
@TRX2015
@TRX2015 13 жыл бұрын
Thanks again for another great tutorial Bucky.. The question I had, has been answered by this tute.. good one!
@DVHThrudgelmir
@DVHThrudgelmir 14 жыл бұрын
Great tutorials, yet so much to learn. :)
@Aggregate02
@Aggregate02 15 жыл бұрын
In C to get the size of a variable or the length of a character array is using: sizeof()
@showoffrich
@showoffrich 14 жыл бұрын
Awsome just awsome! Thank you very much!
@BrandonAndre
@BrandonAndre 13 жыл бұрын
This is pretty awesome! I learned SOO Much... :3
@wtfucs
@wtfucs 11 жыл бұрын
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??
@born2ryde1990
@born2ryde1990 11 жыл бұрын
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. =)
@MarsTheProgrammer
@MarsTheProgrammer 13 жыл бұрын
instead of putting: cin >> input; array[i] = input; you can put: cin >> array[i];
@nguyennguyenkn
@nguyennguyenkn 15 жыл бұрын
great video.. I learned a lot. Thanks much
@annakoiher
@annakoiher 14 жыл бұрын
you're the best!!!
@ahmed4destruction
@ahmed4destruction 15 жыл бұрын
Bro u simply the best :)
@AwwestThePowiceUwU
@AwwestThePowiceUwU 14 жыл бұрын
@Mahiz96 u need int populate(double array1[], int number); at the top of the page :)
@jairo1412
@jairo1412 15 жыл бұрын
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 :)
@DominiqueGiovanni
@DominiqueGiovanni 13 жыл бұрын
Why is the declaration of the array under a different name in the main function? Is that merely a matter of preference?
@IamMACROD
@IamMACROD 12 жыл бұрын
Thanks so much your a life saver !
@videonik300
@videonik300 13 жыл бұрын
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.
@WildWolfNick
@WildWolfNick 14 жыл бұрын
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
@rubbeldiekatz85
@rubbeldiekatz85 12 жыл бұрын
Bam!!! That's what I'm talking about :)
@AnthonyProductions09
@AnthonyProductions09 12 жыл бұрын
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
@gediminasS1715
@gediminasS1715 12 жыл бұрын
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?
@hitlirbifadn
@hitlirbifadn 13 жыл бұрын
when i compile the program it sas to me that there a probleme on cout
@sinclairpol
@sinclairpol 14 жыл бұрын
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.
@jeffskie11
@jeffskie11 13 жыл бұрын
Sir bucky , Can't I do something that the user may put how many elements of the array he/she wants to have?
@chernobila
@chernobila 15 жыл бұрын
hello sir are you going to post more C++ tutorials? Please do Thank you
@hamadKhan2k9
@hamadKhan2k9 14 жыл бұрын
please bucky sir i wanna knw tat for wat these new two headerfiles are used (fstream and cstdlib))
@AceCastill0
@AceCastill0 10 жыл бұрын
how would you add to an array when you want from a switch statement.
@Guildwars55
@Guildwars55 15 жыл бұрын
wuts the c++ code that works the same as the javascript property length? like variable.length, what's the c++ code for that?
@MCTTABOB
@MCTTABOB 13 жыл бұрын
wow didnt think this would work.. thought you need to use a pointer for that..
@egodamonra
@egodamonra 14 жыл бұрын
Your python changed your programing style. :/ Now your tutorials are only 109% AWESOME!!!
@DanielCosta-bs1hf
@DanielCosta-bs1hf 11 жыл бұрын
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
@randomnatorable
@randomnatorable 14 жыл бұрын
i dont get it whats the point of prototyping ?
@jaredthecoder
@jaredthecoder 12 жыл бұрын
8 guys are Cpp-curious.
@yago0o0o0l
@yago0o0o0l 13 жыл бұрын
can you do some oop in c++ .. plz
@zhir96
@zhir96 14 жыл бұрын
i suck at math thats why i probably think its hard to do these tutorials (25-26)
@Jozekban
@Jozekban 14 жыл бұрын
@ahalaberton are u working for cia ?
@coreydoyle4702
@coreydoyle4702 12 жыл бұрын
我不会说中文,但我绝对同意! 干杯/翻译谷歌翻译;-)
@zeluisping
@zeluisping 13 жыл бұрын
"And then put your eye."
@GNSstudios
@GNSstudios 15 жыл бұрын
lol will u make more tutorials?!
@hitlirbifadn
@hitlirbifadn 13 жыл бұрын
@williamforcier thank's man your right i miss that XD
@leeroyjfan
@leeroyjfan 15 жыл бұрын
please, make a tutorial about windows app thanks!
@BajanCreation
@BajanCreation 15 жыл бұрын
wow its getting difficult to keep up....
@Chriscs7
@Chriscs7 13 жыл бұрын
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
@coolzidedown
@coolzidedown 14 жыл бұрын
i got 14 errors when i first ran it
@MrJepcats
@MrJepcats 13 жыл бұрын
Should have just made the populate function void rather than make it return something just for the sake of it.
@cwbbq
@cwbbq 12 жыл бұрын
要是英文不好,有没有方法听懂呢?
@IPurplePro
@IPurplePro 13 жыл бұрын
wtf, It spams me a hole bunch of numbers :L
@cwbbq
@cwbbq 12 жыл бұрын
谷歌翻译?怎么翻译的?没有字幕呀!?
@youngscrollsadoringfan9299
@youngscrollsadoringfan9299 7 жыл бұрын
家に帰ると、酔っぱらい!
@kajakpaddler92
@kajakpaddler92 12 жыл бұрын
me too :) lol
@cmommsen1
@cmommsen1 13 жыл бұрын
@FluxTheorem holy moly, are YOU teaching?
C++ Tutorial - 27 - Protecting Arrays with const
8:29
thenewboston
Рет қаралды 46 М.
you will never ask about pointers again after watching this video
8:03
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
15 Years Writing C++ - Advice for new programmers
4:04
SyncMain
Рет қаралды 1,3 МЛН
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
How To Learn Any Skill SO Fast It Feels Illegal
13:48
Justin Sung
Рет қаралды 997 М.
Learn Quick Sort in 13 minutes ⚡
13:49
Bro Code
Рет қаралды 446 М.
The 7 Levels of Math Symbols
14:03
The Unqualified Tutor
Рет қаралды 6 М.
C++  Tutorial - 14 - Do While Loop
5:02
thenewboston
Рет қаралды 201 М.
Я - ДОЧЬ АНИМАТОРА! (Анимация)
4:36
ZAKATOON
Рет қаралды 294 М.
C++ Tutorial - 8 - User Defined Functions
7:17
thenewboston
Рет қаралды 174 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 651 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН