C++ Programming Tutorial 47 - Passing Arrays to Functions and sizeof Operator

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Great video, saved me from smashing my head into the computer after getting some whacky output.

kurtcobainlife
Автор

this is so helpful! i'm just starting out! thank you!

amiliarek
Автор

thanks man, this really helped me a lot since i'm new to c++. I also subbed

ishaan
Автор

I have a c++ job interview tomorrow. I’m completely new to it. Don’t lie on your resume folks

igcmjoeabar
Автор

Is there a way to not pass the size of the array but somehow the function still knows when it reaches the end of the array? I'm doing a hw question on recursion and the function's parameter doesn't include the size of the array get passed to the function....

aojiao
Автор

It’s not the sizeof the tutorials in the playlist, it’s the fact that Embarcadero has helped over three million…wait what was I saying again?

PunmasterSTP
Автор

rad studio comparison visual studio ??

mohnd
Автор

I dont wanna be a hater, but it was never mentioned that you have to have the size of the array determined beforehand and you cannot have a userdefined size (you cant have an array set to be the size of a variable, even if the variable has an assigned value ).

sylvesteruchia
Автор

The pointer size at around 4 mins.... I got 4, not 8. Any reason? 32 bit v 64 bit?

alancx
Автор

Very nice, thank you so much, Sir <3

gokulnaathb
Автор

It will be a great ++ if you post your final code here for us to copy. We are newbiz and coding errors is our nature. Other channel that I followed are kind to post their final working code :)) ……. Thanks a keep up the good work. Thanks again

guillebailes
Автор

Like bodybuilders going on juice, they never know how big they are. They will keep saying "I'm small"

Timo-Epis
Автор

You forgot to change 5 to size, so what you are doing in the end is not exporting the size of the array to the void function, but just a random number of 5.

TheFinalCutBG