Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts
Proudly WWW.PONIREVO.COM
Comments are closed.
Bucky youre OG
#include<iostream>
using namespace std;
int main()
{
int sum(int,int);
int n1,n2,x;
cout<<"enter two numbers n";
cin>>n1>>n2;
x=sum(n1,n2);
cout<<"the sum is "<<x<<" and it has no dimensionsn";
}
int sum(int a,int b)
{
int c;
c=a+b;
return c;
}
"Make peanut butter jelly"
it has been few days, but i've already got best tutor ?
Hey guys what's up ? 😛
I'm taking a C++ class right now and functions have been confusing for me…thank you so much for these tutorials! You make it easier to understand! 🙂
Looking forward to that tutorial done in song!
If we use c out in addnumbers then we dont need cout in main function and also we dont need to return anything.
int addnumbers (int x,int y)
{Int answer=x+y;
cout <<answer;
}
int main ()
{
addnumbers (8,6)
// no need to write return 0 as by default 0 is returned
}
ugh ugh ugh hey guys what's up welcome to your 11 tutorial…….(My deadass thought it's different channel)
I LOVE YOU SO MUCH BUCKY THANK YOU SO MUCH AHH
bucky your the fucking goat dawg
Loser. Title,can not see the title. Is your paggy name very important!?
one more alternative way of adding number using multiple parameter,
int addnumbers(int x,int y){
int answer = x+ y;
cout << answer << endl;
}
int main(){
addnumbers(10,20);
return 0;
}
hope it helps:)
He said yes baby and I'm dead lol
#include<thankyoubucky>
coding daddy
Pro tip: listen to these videos at 2x speed. Still understandable and much quicker to get through the entire course. I am an intermediate C++ user, though, so this series is more of a refresher for me.
Got an A for my C++ final exam. Never attended the classes, only did the homework and learned from here. 50% of others who attended the class failed the exam.
best tutorial
dankiu
I think this vedio is made in the bed room. Could any body guess what I mean???
HUHU NICE JOB MATE<<<<<<<<#INCLUDE<IOSTREAM
43, 86,32,43 OSD say:"djuw7h538u2bgeuu3irhe82yrh"
LITERALLY THE BEST INTRO ?
You were the best on youtube but I still don't understand why did you leave.
2019 here and studying C++ with PDF book and Bucky….I should mention one thing that YouTube Videos not enough to be professional programmers … Ladies and gentlemen you need books and solving problems .. that how do you become programmer…Bucky's videos NOT ENOUGH….Have a good days
how to use cin>>x;
can somebody tell me why is the following program working exactly fine even though i did not use return as bucky did
#include <iostream>
using namespace std;
int addnumbers (intx,inty){
int answer=x+y;
cout<< answer;
}
int main() {
addnumbers(46,63);
return 0;
}
wow!!!!! thank you! im not stupid, my teacher is for not explaining it this way.
even if i dont use return in addSomething my code is running. How is that?
why do we need that way when we can add using simple way ?
why do we need that way when we can add using simple way ?
Thank you so much for being here man love you <3
you are awesome at teaching c++ thanks for your videos
bro u a life saver
doobnog
These videos are really helpful.??..You're the best, Buckyyy…thank youu??
thanks!
How come the program still works fine without the "return answer;" line?
HAHAHAHAHA th rap at the beggining, thank you so much for the videos
i still dont get why 'return' is there, couldnt it just not be there. I dont understand what it does.
THAT WAS ENJOYABLE XD
Your walk through literally helped me figure out my C++ assignment! I thank you immensely!
thanks alot!
Hey guyssss, what's up? This is Bucky
I love this line
which IDE are you using??
Can you make this video again? Video is blurry, need clear and crystal video like earlier videos. Content wise no issue.
everyone here is talking about their bad professors and I am just a 22 year old who can't wait to learn it in school xD /s
Hey Guys i have a confusion that if i want that the user enter the value what will be the programme and its solution. Can any body help