50
ay2306
7y

When it compiles without error in first try and you sit there and not believing your luck.

Comments
  • 2
    How many lines of code?
  • 4
    i think you commented the whole code 😂
  • 7
    Runtime errors. Segfaults. Does something other than intended. Only half the battle has been won ;D

    C++ is such great fun :D
  • 3
    Well... That's suspicious. In general, this is how things happen:
  • 1
    @Zennoe do not use exceptions unless it is truly an exceptional case. You should refactor your code into functions that can individually fail and return either a Boolean or an error value
  • 0
    @cleyton get yourself a duck
  • 0
    @stevemk14ebr welcome to devRant go create an avatar for your self!
Add Comment