When you start a new project, you go to File->New->Project. a window appears with the title "New project". In the "Basic" tab you'll see several types of application. For a Windows application you need to choose "Windows Application". probably you've chosen "Console Application" which shows your message in a DOS-like output.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i m new into programming. i successfully installed Dev C++ and compiled and executed
Hello program successfully. now my question is when i execute this exe file there appears
a console window, how can i make it executed in windows application form rather than
console.
i did select "Windows Application" option but still i get a console appplication. Dont know whats wrong?
When you start a new project, you go to File->New->Project. a window appears with the title "New project". In the "Basic" tab you'll see several types of application. For a Windows application you need to choose "Windows Application". probably you've chosen "Console Application" which shows your message in a DOS-like output.