CompuServe Messages

C problems

    04-Mar-91 13:26:06
Sb: #8037-C problems
Fm: Henry Williams 73527,1446
To: Don Curtis/SYSOP 76703,4321
Hi Don. I'll check on that hidden control character possibility. I put #ifdef debug statements in the program and what happened was that the first time through the while loop c was == to the chosen option by the getchar(). But the second time through it printed nothing. Don't know if it was a null, space or what. I put the c = 0 there trying to satisfy the getchar try for the next char but it didn't help. This flushbuffer thing. The only flush anything I have found in my manual is FlushCList (cList). As you may recall, I'm teaching myself C at home as a hobby, so I may not understand some of your lingo <smile>. I appreciate the help all the same. Thanks Henry