Search Results

0
votes
4answers
450 views

what does it mean when a bug doesn’t crash the program

The title says it all. No dire need to know, I'm just curious. Sometimes Eclipse comes up saying "hey you should debug this line!!!" but doesn't actually close the program. I can then continue to p …
4
votes
21answers
954 views

how badly can c crash?

Hi I have often heard that C can crash spectacularly. Recently I got my first taste of this when a function I expected to return a string instead returned little happy faces. Since then I h …