Under linux, in the curses library, there is a function called "mvwprintf" which prints something at a specified location on the screen. For example, mvwprintf(4,3, "Hello world") will print "Hello world" starting with 'H' at the 3rd column of the 4th row.
Question
laq3
Under linux, in the curses library, there is a function called "mvwprintf" which prints something at a specified location on the screen. For example, mvwprintf(4,3, "Hello world") will print "Hello world" starting with 'H' at the 3rd column of the 4th row.
Is there a windows equivalent for this?
Thanks.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts