|
From: Ioannis V. <no...@ya...> - 2000-10-15 10:21:04
|
Why the following code does not work as it is supposed to work?
#include <stdio.h>
int main()
{
printf("This is a test\b\b\b\b\b\n");
return 0;
}
I expected to print on screen "This is a".
I tried it on 3 compilers with different combinations and the results were
the same ('\b' not erasing).
Ioannis
* Ioannis Vranos
* Programming pages: http://members.nbci.com/noicys
* Alternative URL: http://run.to/noicys
|