oooooo this is cool and the best tutorial because i was trying to learn about functions but not successed. but sir you are great and your method to teach is perfect for me so i really liked your videos.
@jbbauer0 I was wondering the same, probably because he's using CodeBlocks, I don't know what exactly it does to let him not include systeam("pause"), but I know that it's because of CodeBlocks.
@magicplayingcards it's not weird, it makes understanding easier... this way of teaching C++ is AWESOME I understand everything he says, unlike other tutorials on youtube. :D
i want to make a program that says " press x for sex \n press y to die" then if u press y it says DIE DIE DIE but if u press x it says SEX SEX SEX..... i managed to get x working but im not too sure how to get them both working, ive used
cout "press X for SEX | press Y to DIE" endl ; cin >> x ; if (x==x)
@QuickAlpha ps. cout has the arrows, its not the code that doesnt work, i just dont know how to add a second function to it , i hope u know what i mean :S
When I learn enough C++ to create a game. I am going to create a game called Peanut butter Bucky which basically makes peanut butter and jelly. You will have to click on "Get out the bread" and it will get out the bread and after you've done that you can click on "Put peanut butter on one slice...." and so on until it creates peanut butter and jelly. Oh yes.
am i right that the aim of functions is not always to write the same code if some block of actions shall be done more often, but only wrtie it once and then call the function?
Bucky you are a good teacher, much better than some teachers and professors I have come across. Your tutorials actually make programming fun and they also make me want to learn. Much respect to you.
I have a question Bucky, i made a "void" function under the main one and i just pressed "Build and Run" and it showed me exactly what i wanted without writing the function name in the main function or copied the whole function above the main function, is this right?
So if it does so, why do i need to do what you said here?
@MrJacobkip He is kind enough already, and hes great at what hes doing, having the patience to explain these things to us step by step, so its no biggie if he asks for subscribes, he deserves them!
Excellent tutorial!!!
1nukarm 6 days ago in playlist C++ Programming Tutorials Playlist
It runs without any errors except the typo you made on the cout =P
hiddenpk1 1 week ago in playlist C++ Programming Tutorials Playlist
Ok i worked it out FINALLY. All c++ visual express users need to include the system("pause"); command to see the screen.
stepsinit 2 weeks ago
Bucky, your talent isnt C++ or knowledge in a programming language...its breaking it down and making it fun for the rest of us grunts :)
TheLastMatic 2 weeks ago in playlist C++ Programming Tutorials Playlist
Ever thaught of becoming a teacher?
RockerGalactus 4 weeks ago in playlist C++ Programming Tutorials Playlist
probably the best thing that i did while i was studying c++ was that i stopped and learned python it helps a lot!
stari1grad1novi1sad 1 month ago 3
@stari1grad1novi1sad
how?? :)
dhananjaysarsonia29 4 weeks ago in playlist C++ Programming Tutorials Playlist
@dhananjaysarsonia29 cause python has the same principles as c++ but it's much simpler...:))
stari1grad1novi1sad 4 weeks ago
Bucky, you forgot to put the two pieces of bread together before eating it :(
TheBlackBritt 1 month ago 2
I love you Bucky
xxxCHESMxxx 1 month ago in playlist Buckys C++ Programming Tutorials Playlist
Hey thanks for the vids I am trying to teach my self Basic C++ before spring classes begin.
Dopejutsu 1 month ago in playlist Buckys C++ Programming Tutorials Playlist
@Dopejutsu Get books also :), they help a bit.
ethan1581 1 month ago in playlist Buckys C++ Programming Tutorials Playlist
oooooo this is cool and the best tutorial because i was trying to learn about functions but not successed. but sir you are great and your method to teach is perfect for me so i really liked your videos.
thanks sir.
YourFriendJust 2 months ago
This has been flagged as spam show
happy new year!!
TheXRealXBrapp 2 months ago in playlist Buckys C++ Programming Tutorials Playlist
Stop talking about peanut butter and jelly sandwiches!
You are making me hungry :-(
BfoBarney 2 months ago
Sometimes I <3 Java... :-(
gudenaurock 2 months ago in playlist Buckys C++ Programming Tutorials Playlist
You don't say? ( ' o ' )
EASY!! :D
Jack2011j 2 months ago
1 night, i already watched 14 videos XD very nice explanation
rubicky1 3 months ago 2
getting this error error: expected initializer before 'int'
mazeriadevil 3 months ago
@mazeriadevil be more specific send me the code
Carlocap11 3 months ago in playlist Buckys C++ Programming Tutorials Playlist
@Carlocap11 already got it :)
mazeriadevil 3 months ago
ooo i am text on the screen :D
SnakeJake23 3 months ago 2
You are probably the best teacher in the world and YES Bucky you are AWESOME!!! I love all your tutorials!!
Formula1Alonsofan 3 months ago 31
Hi Great Videos! Really helpful.
Do you have the snippets of the codes you use in the examples in a single file for using those later as a reference. Thanks.
tasifkhan 3 months ago in playlist Buckys C++ Programming Tutorials Playlist
I think the main() should always be on top, so that we can always find it fast when we search for it..
terfy 3 months ago
I LOVE typos.
terfy 3 months ago
You are just incredible...<3 ya bucky!
TheImabcd 4 months ago
Why do I have to include system("pause") at the end of all my code to keep it from closing, but Bucky doesnt?
jbbauer0 4 months ago
@jbbauer0 I was wondering the same, probably because he's using CodeBlocks, I don't know what exactly it does to let him not include systeam("pause"), but I know that it's because of CodeBlocks.
You're probably using Bloodshed Dev-C++ right?
iHateMyLifeGr 4 months ago
@iHateMyLifeGr Yeah im using Dev-C++. I think Im going to try out CodeBlocks, I like the colors of his code better too hahah.
jbbauer0 4 months ago
@jbbauer0 Yea you better do, it's much easier to use :D
iHateMyLifeGr 3 months ago
@jbbauer0 He is using Code::Blocks Which has a built in command to keep the program open so he doesn't have to write system("pause");
BiosCmd 3 months ago in playlist Buckys C++ Programming Tutorials Playlist
Thank you, been looking for something like this for a while and havnt had any luck. im waching all your tuts.
TheGamerRob 4 months ago in playlist Buckys C++ Programming Tutorials Playlist
IT'S PEANUT BUTTER JELLY TIME !!!!
kcinkcinkcinnick 4 months ago
Comment removed
kcinkcinkcinnick 4 months ago
you act like the codeblocks is a person your like talking to it like ohh dont freak out or ohhh you have an error
Thats cool though the videos are easy to understand and all the other stuff so nice video but kinda weired!!!!!!!!!!
XDS
magicplayingcards 5 months ago
@magicplayingcards it's not weird, it makes understanding easier... this way of teaching C++ is AWESOME I understand everything he says, unlike other tutorials on youtube. :D
iHateMyLifeGr 4 months ago
Are there tutorials about Visual C++
kojax98 5 months ago
Comment removed
kojax98 5 months ago
The dislike bar is the size of Justin Bieber's knowledge for c++. :)
Dombamatic 5 months ago 3
@TheRush905 im clueless .. thanks anyway tho :P
QuickAlpha 6 months ago
bucky please reply :
i want to make a program that says " press x for sex \n press y to die" then if u press y it says DIE DIE DIE but if u press x it says SEX SEX SEX..... i managed to get x working but im not too sure how to get them both working, ive used
cout "press X for SEX | press Y to DIE" endl ; cin >> x ; if (x==x)
cout "\n SEX \n SEX \n SEX" ;
but now how do i do the Y function?
QuickAlpha 6 months ago
@QuickAlpha ps. cout has the arrows, its not the code that doesnt work, i just dont know how to add a second function to it , i hope u know what i mean :S
QuickAlpha 6 months ago
@QuickAlpha then add else if (y==y)cout << "DIE DIE DIE! << endl;
draken4200 4 months ago
@draken4200 i gave up on C++ ;) VB is allot easier , im going back to c++ soon tho, i love bucky :D
QuickAlpha 4 months ago
@QuickAlpha creating games with notepad is really basic.. maybe that's a good start? just search for bat file games etc...
kcinkcinkcinnick 4 months ago
This has been flagged as spam show
When I learn enough C++ to create a game. I am going to create a game called Peanut butter Bucky which basically makes peanut butter and jelly. You will have to click on "Get out the bread" and it will get out the bread and after you've done that you can click on "Put peanut butter on one slice...." and so on until it creates peanut butter and jelly. Oh yes.
Sanctual 6 months ago
Comment removed
Sanctual 6 months ago
I now understand why games have loading screens...
polarchuck999 6 months ago
i never understand the function so clearly ever ... nice tip................ :D
harshtechnofreek 7 months ago
this is user define function thanks bucky thanks iam preparing for my exam
salimkhan007 7 months ago
Hit F9 to build and Run
SergeantNugget 7 months ago
how can we save and send like our basic program's we made to friends or ... ?
piggytj 8 months ago
i mean like they can run it to without codeblocks
piggytj 8 months ago
@piggytj Save it and send it, i don't think a cmd app will be able to run, but hey, i never tried it.
SergeantNugget 7 months ago
Its Good trolls dont come on this video. Trolls are to dumb to understand what the ctrl button is used for.
thatn00b101 8 months ago
bucky.....you are the best teacher.....go ahead.....ur teaching is really easy understanding way....itz good for begginers bro
srgmoni 8 months ago
First VIdeo that I've seen that does not have any dislikes.
IShadyGamer 8 months ago
am i right that the aim of functions is not always to write the same code if some block of actions shall be done more often, but only wrtie it once and then call the function?
so it´s only a matter of saving time and space?
JakobRobert00 8 months ago in playlist Buckys C++ Programming Tutorials
oooo i am comment ont he screen
Daggawaggaboof 8 months ago
Comment removed
JackPsibat 8 months ago
YOUR VIDEOS ARE AWESOME
195turcotte 9 months ago
great
EngSaif1984 9 months ago
oooo i am text on youtube
Pyware50 9 months ago
Simply Amazing.
th2 9 months ago
Bucky you are a good teacher, much better than some teachers and professors I have come across. Your tutorials actually make programming fun and they also make me want to learn. Much respect to you.
VideoShow416 9 months ago
You should be getting millions of views, not just scrawny -100,000s. It's kind of depressing. And could you add code::blocks as one of the tags?
TakingItCasual 9 months ago
I have a question Bucky, i made a "void" function under the main one and i just pressed "Build and Run" and it showed me exactly what i wanted without writing the function name in the main function or copied the whole function above the main function, is this right?
So if it does so, why do i need to do what you said here?
MyMrMinty 9 months ago
for java programmers that cutting thing is such a pain :)
Necromania92 9 months ago
isnt the "funcation" printSomthing really a procedure becouse a its not returning a value.
Procedure just runs some code
Funcation runs and returns a value
? or am i wrong?
MerlinUsesCtrl 9 months ago
Bucky, stop telling us to subscribe, thank us for 'already' subscribing.
MrJacobkip 9 months ago
@MrJacobkip He is kind enough already, and hes great at what hes doing, having the patience to explain these things to us step by step, so its no biggie if he asks for subscribes, he deserves them!
MyMrMinty 9 months ago
Remember! "oooo i am text ont he screen!" x3
MushroomCraftP 9 months ago 16
You probably get this a lot... but I love you.
deenotheman2 9 months ago
i made a proram that converts Fah to Cel thanks
yiopply 10 months ago
Thank buck
TheLitefire 10 months ago
This has been flagged as spam show
you are underrated... You deserve more subs and views!!!
Arbeta10000 10 months ago
he said void is when you dont get anything in return..
but i thought void is when the program doesnt get anything in return.
hm..
CuntPussyFuck 10 months ago
so check it out
pretty cool, huh?
Bucky's catch phrases
BeastMeetsEpic 10 months ago 2
@BeastMeetsEpic + simple enough
valentass88 10 months ago 30
@valentass88 Don't forget,
"Easy there, Hoss."
Fbiman93 10 months ago
@BeastMeetsEpic it used to be "deal with it"
TheMetalKoala 10 months ago 2
where is 10???
sannan01 10 months ago
@sannan01 Did you check the date? No you did not, is Bucky Roberts a Robot? No he is not. I'm i a guy ?WARNING MALFUNCTION!!!
SergeantNugget 10 months ago
@SergeantNugget THIS SENTENCE IS FALSE. Does a set of all sets contain itself? NEW MISSION: REFUSE THIS MISSION!
MushroomCraftP 9 months ago
@MushroomCraftP Best Game Ever!
DjZephy 9 months ago
This has been flagged as spam show
Great work, Keep it on
salahdownloader 10 months ago
Great work, Keep it on
salahdownloader 10 months ago
You're AWESOME BUCKY!
Mfosjonat 11 months ago 75
This has been flagged as spam show
i'm is first comment!!!!...hahaha tumb ups if yes
bomer890 11 months ago
@bomer890 Jealous
bomer890 10 months ago
@bomer890 y cant any1 speeek gud englsih round ere
jakiesnakie1 9 months ago