Posted by Chris Pizzurro on July 13, 1999 at 17:34:02:
I am having some trouble testing all 256 characters.
My for loop has been coded as follows:
for (input='\x000'; input<='\x0FF'; input++ )
At runtime this for loop does not execute. Does anyone
know why?