sgursahaney
Programmer
Hello! I am looking for a way to print characters to a specific position on a console screen (STDOUT). I want to write the string "Processing...01" and replace the 01 with 02, 03, 04, 05, etc. every second. This requires that I be able to write to a specific position on the screen. printf() appends to the line. Does anybody know how I can do this?
Regards,
Suresh
Regards,
Suresh