BMW wrote:Your two accusations are based on an assumption
Q.E.D. Your posting habits force me into doing "guesswork", and the worst thing of it all is that it still happens to be more accurate than your own more "scientific" method.I wrote:especially not in the likely case your unposted code screwed something up again.
After all, based on the description of the fix, the bug is still there. As per Occams Razor, the technology behind it is too advanced for you so that you treat it like magic and implement a workaround (bound to bite you later) instead of actually getting rid of the thing.
As for you being able to write C: Turn GCC's friendly-and-all-compatible mode off for a change and see for yourself how bad all your existing code is. The magic command line flags are
Code: Select all
-std=c99 -pedantic -Werror -Wall -Wextra