@TheDarkFrager I never use the GOTO command... it is helpful however to bring the noobies into the code world if they come from batch scripting and want to learn C++ you can give them loops without having to explain anything.
You do know the goto statement is not reccomended and it makes your code more messy (spagetti code) many programmers will tell you never to use this. There are many other ways to dothe exact same thing while keeping it a lot neater.
@Deeharok Since you are talking to a computer science major then yes I know this lol I simply uploaded this because many people do not know that it does exist. I haven't used the goto command since I made this video...
use notepad++ it's a multi code programmer(you can choose between 50+ languages in one program) also im a 13 year old that is working on his own game(like CoD or whatever since most games run on this)
The goto label is bad to use. Many early programmers abused it's features. It just creates messy code and allows the programmer to jump anywhere in the code - which is bad. Avoid it at all costs.
One good use though is to break out of a nested loop cleanly, but that's just one use. There are MUCH better ways to break out of loops.
Spaghetti belongs on your plate, not in your code.
ANTI GOTO ORDER.
TheDarkFrager 2 weeks ago
@TheDarkFrager I never use the GOTO command... it is helpful however to bring the noobies into the code world if they come from batch scripting and want to learn C++ you can give them loops without having to explain anything.
devo85x 2 weeks ago
You do know the goto statement is not reccomended and it makes your code more messy (spagetti code) many programmers will tell you never to use this. There are many other ways to dothe exact same thing while keeping it a lot neater.
Deeharok 7 months ago
@Deeharok Since you are talking to a computer science major then yes I know this lol I simply uploaded this because many people do not know that it does exist. I haven't used the goto command since I made this video...
devo85x 7 months ago
use notepad++ it's a multi code programmer(you can choose between 50+ languages in one program) also im a 13 year old that is working on his own game(like CoD or whatever since most games run on this)
chickenpoper 7 months ago
@chickenpoper I use Notepad++ for most editing but I use Bloodshed because it remains a simple IDE but still incorporates a good compiler (g++)
devo85x 7 months ago
how the hell do you emulate xp????!!!!
derpwaffleballs 8 months ago
@derpwaffleballs It was XP installed inside Virtualbox.
devo85x 8 months ago
@devo85x what's virtualbox.. i actually have xp, so i wouldnt know...
derpwaffleballs 8 months ago
Good vid, it helped.
You should let us give you thumbs up's :|
th2 9 months ago
Thanks a lot, this is very helpful.
WTFtheyKilledKenny 1 year ago
never use the goto... it causes a lot of issues... just never use a goto PLEASE!
tonyrueb 1 year ago
excellently excellent, helped me out A LOT! didnt exactly use your code, but used it as a template
JordansBeans 1 year ago
I am making a simple program, and this helped a lot, thank you
MrPonebo 2 years ago
Glad you like it :) just tell me if you need anything else :)
devo85x 2 years ago
and thank you for responding promptly.
I hate it when no one EVER responds to my comments.
keep up the good vids!
MrPonebo 2 years ago
The goto label is bad to use. Many early programmers abused it's features. It just creates messy code and allows the programmer to jump anywhere in the code - which is bad. Avoid it at all costs.
One good use though is to break out of a nested loop cleanly, but that's just one use. There are MUCH better ways to break out of loops.
DIABLOVT12 2 years ago
I know, but it is easier to learn than other methods of looping, so for a beginner, its a start :)
devo85x 2 years ago
THANK YOU SO MUCH really easy way to loop i needed it for my beep bomb program to make it more annoying
iwauchihaha 2 years ago