C++ Programming Tutorial 14 - Creating Void Functions

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


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

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

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

I love how you sponsor Embarcadero but use Visual Studio Codes.

kromydas
Автор

This was way more fun and easier than the past two videos lol
I use 'bananapower' for the improvised 'pow' since it shows up in visual studio as yellow

shscotthoffman
Автор

im struggling in my computer science class this video helps out a lot thanks

CristiansProduction
Автор

You rock, these videos are helping immensely. Thanks for making them!

shanebenlolo
Автор

you're god sent. You explained much much better than my PhD. professor @ GaTech!! I could have passed the class on the 1st try if your vids were available sooner XD

nhanvu
Автор

I'm loving these, but question for you! :)

You basically explained the algorithm to this function, but what does each thing mean? I'll explain..

double result = 1;
for(int i **What does this letter i mean, what is its value?** = 0; i < exponent; i++ **what is i++ mean, what is the purpose?** )
{
result = result * base;
}
return result;
}

I understand the return result and multiplying the base, but i am so confused to the integer i and the i++

ModifiedMike
Автор

very nice product placement using C++ to fill the void in our lives.
That's what every programmer wants lol : )

atharvaparikh
Автор

That was a smooth promotion, love your vids man!

anshsharma
Автор

Good explanation, I have just started to learn how to program in C++.

arlindoferreira
Автор

The thing that itches me the most about these videos is that you keep telling us about Embarcadero and how good it is as a C++ IDE, and then proceed to use VS Code despite the fact that this Embarcadero is allegedly free. Is there a reason for this?

isaacmills
Автор

Thanks for another amazing video! I could make a lot of puns here, but I'll go with saying that void functions have shaped many concepts in programming. There is a "legacy of the void", you could say.

PunmasterSTP
Автор

Since main no longer returns anything can we call it "void main()" ?

ElectroRestore
Автор

So the void function is used to print values and do declarations only?? And not perform any calculations

giaprasad
Автор

Thanks for this now you filled up the void about Void😂.

kerimaluv
Автор

I really like your videos because they are very useful and besides, you teach really good! I got a question. In what level of c++ programming will I be after I finish this course? I know that being a good programmer requires a lot of experience along with the knowledge. But I wanna know is this course complete in terms of the knowledge or do I have other things to learn afterwards?

parsaai
Автор

Hi, there. What would you say is the best compiler to use for c++?

fredassmit
Автор

Hey man, could you please help me, the first 2 lines that is #include <iostream> and #include <cmath> showing as an error in Microsoft visual studio. The red line is underlined, can you explain why is that happening, My system is WI does 10 32bit.

MadHeaven_YT
Автор

Dear Caleb if I type directly in the main function as printPow(pow(base, exponent)) is it correct ?

manoharsagunthalla
Автор

hello curry, you did declared inside power function but at the end of the video you declared it again inside int main. Is it a mistake or is it because you created void function?

togurosensei
Автор

What does this mean?

Double myPower =
power(base, exponent)

I don't see any computation program but How does it calculate?

midoriautumn
visit shbcf.ru