[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –

Buckys C++ Programming Tutorials – 9 – Functions
by
Tags:
Comments
31 responses to “Buckys C++ Programming Tutorials – 9 – Functions”
-
Im using functions below the main function and Visual Studios fine with it, but should is this bad practice because some compiles will throw errors?
-
ont he
-
can you use lambda expressions in c++ to store functions in variables like you can in c#.
-
function prototype is the same thing as function declaration btw 7:35
-
Thanks so much for these videos. I am understanding more from your videos than I do from my professor so THANK YOU SO MUCH!
-
thanks lots!
-
test
-
"ooo I am text on the screen"
is that what women sound like? X-D
-
#include <iostream>
using namespace std;
void printSomething();
int main()
{
printSomthing();
return 0;
}
void printSomthing(){
cout << "SOmething" << endl;
}
I get a eror messege on line 9 which is the printSomething(); in the main it looks exactly the same as yours abut yet still an error mssagee not sure what i am doing wrong here lol -
Awesome job! I've learn more in one week then my whole last semester. Thanks Bucky!!
-
why put a int before main ? Main uses that function and only print some words. Why don't we put a void before main
-
You had to declare that function printSomething three times.
-
I will donate my first paycheck as a programmer to the charity of your choice. Thank You !
-
bucky is much more OP than my school
-
Awesome video thanks Bucky
-
Do you men return type or data type?
-
pretty cool huh!
-
to use a function we need to invoke it if main is a function then why are we not invoking it but still its working
-
Nightmares on Wax in background for easy listening
-
Ive been going through this videos so fucking fast. It's like im just doing C with driffent Syntax
-
This is awesome !!! Thank you.
-
I don't know why does every thing accept the function works :'( could any one tell me why ???? It doesn't even pop any error message !
-
I am I the only one to press the like button befor watching ?? :p
-
wow my teacher had to explain what you just explained in 9 minutes in FOUR HOURS fml
-
easy to learn
Simple indeed and straight to the point
Thanks BUCKY, you are better than my teacher.. -
why we want to use it in Int main()??
without using it in int main() we cant do print it? -
1 Question about prototyping, does it use less or more memory than placing the function before the main? If it is equal then my question may be void but i would like to know.
-
ooo I am text int he comments
-
"The job of a function is to do smth" thnx for letting us know fella we didn't know that 😛
-
you are awesome
-
What program are u programming on? is it eclipse? thnx!!
Leave a Reply