Added: 2 years ago
From: devo85x
Views: 2,265
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (19)

Sign In or Sign Up now to post a comment!
  • Spaghetti belongs on your plate, not in your code.

    ANTI GOTO ORDER.

  • @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)

  • @chickenpoper I use Notepad++ for most editing but I use Bloodshed because it remains a simple IDE but still incorporates a good compiler (g++)

  • how the hell do you emulate xp????!!!!

  • @derpwaffleballs It was XP installed inside Virtualbox.

  • @devo85x what's virtualbox.. i actually have xp, so i wouldnt know...

  • Good vid, it helped.

    You should let us give you thumbs up's :|

  • Thanks a lot, this is very helpful.

  • never use the goto... it causes a lot of issues... just never use a goto PLEASE!

  • excellently excellent, helped me out A LOT! didnt exactly use your code, but used it as a template

  • I am making a simple program, and this helped a lot, thank you

  • Glad you like it :) just tell me if you need anything else :)

  • and thank you for responding promptly.

    I hate it when no one EVER responds to my comments.

    keep up the good vids!

  • 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.

  • I know, but it is easier to learn than other methods of looping, so for a beginner, its a start :)

  • THANK YOU SO MUCH really easy way to loop i needed it for my beep bomb program to make it more annoying

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more