| | |
Help
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
system("cls"); for clearing the screen. This is NOT portable so it's not a good thing to use it. Why do you need it?Gotoxy(); is a different story. You first need a handle to your console window, use GetConsoleWindow() for that. Then when you have the handle use SetConsoleCursorPosition() to set the cursor.Regards Niek
Well the best is to avoid non standard functions so you will not have this type of problems. For
clrscr() read this. Last edited by andor; Jan 11th, 2007 at 10:37 am.
If you want to win, you must not loose (Alan Ford)
•
•
•
•
Well the best is to avoid non standard functions so you will not have this type of problems. For clrscr() read this. Niek
![]() |
Other Threads in the C++ Forum
- Previous Thread: Help With Transposition Cipher Loop ...
- Next Thread: creating variables
| Thread Tools | Search this Thread |
api array arrays beginner binary bitmap c++ c/c++ calculator char class classes code compile compiler console conversion count data delete desktop developer directshow dll download dynamic encryption error file forms fstream function functions game getline givemetehcodez google graph gui homeworkhelper iamthwee ifstream input int integer java lib library linkedlist linker linux loop looping loops map math matrix memory newbie news node number output parameter pointer problem program programming project proxy python random read recursion recursive return string strings struct studio temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






