Hey everyone ,I have another question on console wnd
I am looking now for a function or manner to set the position of the console
for exemple I want the console to apear in the middle of the screen
also is there a "console controle" book,
If you are on window's get the console's handle with GetConsoleWindow(); http://msdn.microsoft.com/en-us/library/windows/desktop/ms683175(v=vs.85).aspx
once you have that use MoveWindow() http://msdn.microsoft.com/en-us/library/windows/desktop/ms633534(v=vs.85).aspx