how to remove newline character char* p; if (ch=='\n') {p=&ch; p=p+1;} //should work
This user does not accept Private Messages