Learning C++ The GOTO Command
Loading...
2,208
Loading...
Ratings have been disabled for this video.
Uploader Comments (devo85x)
see all
All Comments (19)
-
@devo85x what's virtualbox.. i actually have xp, so i wouldnt know...
-
@derpwaffleballs It was XP installed inside Virtualbox.
-
how the hell do you emulate xp????!!!!
-
Good vid, it helped.
You should let us give you thumbs up's :|
Loading...
Spaghetti belongs on your plate, not in your code.
ANTI GOTO ORDER.
TheDarkFrager 2 days 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 1 day 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 6 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 6 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