There are some Borland functions I would like to use in my MS Visal C++ program. These functions (from CONIO.H) are: gettext (copies text from text mode screen to memory), puttext (copies text from memory to the text mode screen) and clrscr (cleares the text mode screen). Do you know any functions that can be used instead of these?