Search:

Type: Posts; User: Sebastiani

Search: Search took 0.05 seconds.

  1. Replies
    33
    Views
    2,742

    Sure, when C++ was conceived, I imagine the only...

    Sure, when C++ was conceived, I imagine the only thing Stroustrup had in mind was error propagation. An extension of existing concepts drawn from software and hardware facilities of the time. So...
  2. Replies
    33
    Views
    2,742

    1) Exceptions are by definition and perforce...

    1) Exceptions are by definition and perforce flow-control constructs. The idea that they should only be used to signal errors is a convention. But really they are just a mechanism to ascend from the...
  3. Replies
    33
    Views
    2,742

    Okay, well it wasn't stated clearly at least. ...

    Okay, well it wasn't stated clearly at least.



    It's a language, not a religion. I reserve the right to use it as I see fit.
  4. Replies
    33
    Views
    2,742

    Well, I do agree with you on his placement of the...

    Well, I do agree with you on his placement of the goto label (not present in his original post, see my response later), but insofar as breaking out of a loop I see it as a non-issue; the goto is the...
  5. Replies
    33
    Views
    2,742

    Well, let me just say that while using goto to...

    Well, let me just say that while using goto to break out of a loop is acceptable (IMO), the way in which you are using it is arguably just the sort of practice that has led to it's marginalization as...
  6. Replies
    33
    Views
    2,742

    I think you're mixing up my "null reference" and...

    I think you're mixing up my "null reference" and "unchecked return value throws exception" experiments. In any case, I don't see how throwing an exception is such a "poor" choice. Exceptions make...
  7. Replies
    33
    Views
    2,742

    And why exactly is that? Please do...

    And why exactly is that?



    Please do enlighten me, O' self-righteous one.
  8. Replies
    33
    Views
    2,742

    I don't get it. So instead of using goto in a...

    I don't get it. So instead of using goto in a proper, structured manner, you've resorted to breaking up a loop in a completely unnatural way (nevermind the issue of having clean access to variables...
Results 1 to 8 of 9