Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C: Else misplaced.
#4
Yes. Virtually any book on higher level languages will tell you not to use goto's. I asked about assembly because goto's or "branching" is the only way to implement looping constructs. However, if you want to learn C and C derived programming languages... or for any higher level programming language for that matter, you need to learn how to properly use control structures(if-else) and looping constructs (while, for, do-while). Using goto's not only hinders your learning of these language agnostic ideas, it also denies you the ability to learn problem solving techniques that would serve you for a long time to come. Hope this helped!

Messages In This Thread
C: Else misplaced. - by Danger255 - Jan 27 2013, 02:39 PM
RE: C: Else misplaced. - by gOdzOOki - Apr 17 2013, 03:59 AM
RE: C: Else misplaced. - by Danger255 - Apr 21 2013, 03:45 AM
RE: C: Else misplaced. - by gOdzOOki - Apr 22 2013, 02:00 AM
RE: C: Else misplaced. - by Danger255 - Apr 24 2013, 04:07 PM
RE: C: Else misplaced. - by gOdzOOki - Apr 28 2013, 03:11 AM

Users browsing this thread: 1 Guest(s)