Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Runtime errors. Segfaults. Does something other than intended. Only half the battle has been won ;D
C++ is such great fun :D -
@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
When it compiles without error in first try and you sit there and not believing your luck.
undefined