Recent content by gringo

  1. G

    Is Your C++ Character Range Check Correct?

    hi, i have a little problem i m not able to check if an input character is in a specified range of characters. i.e is this char between A and Z let s say. I tried to use the ascII but it didn t work out; no syntax errors at compile time but the error occurs at run time. this is the code i...
Back
Top