I remember programming in school in Borland C++ complier and the output window used to be a windows application type where the output was displayed(in a plane white screen) without using headers like windows.h. Now i'm using Dev-cpp(actually no matter what compiler i code in) the output window only appears in the console command prompt window. How do i get that plain white screen output window ? thanks for your help.