I had compiled a code using Visual Studio 2010, then I tried to run it, unfortunately during testing sometimes I had errors "Debug Assertion Failed!"....Expression (unsingned)(c+1)<=256
Then I tried the same scenario but using gcc and it ran without any problem. any idea how about this problem?
You're calling a function like isalpha() or isdigit() with an integer whose value is not a single byte 0-255.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With