Hi,
i try to use exception system in my arduino program and it seems thats its not initially enabled.
The IDE tells me this :
exception handling disabled, use -fexceptions to enable
Where can i use this command in order to enable exceptions?
I wrote several external libraries that work with my arduino program and i think it's annoying to use return values so i thought i would use my dear exceptions, unfortunately thats not how it works in Arduino's World so i'm gonna give up this idea and go with return values!
Thanks for anwering that fast