pass word [quote]for ( i = 0; i < 24 && (c = getch()) != '\r'; ++i ) { ps[i] = c; putch('*'); } //passwo...
pass word [quote] coder777 (1814) Aug 8, 2012 at 2:20pm You need to add a '\0' to ps after you finished readi...
pass word any help ...
pass word i have been testing a password entering to my program. I want to enter the pass word as "*" and com...
Problem with file updating using seekp()I have been creating this program for a student registration system. For the file handling So far I ...