I am a Borland C/C++ selflearner. I have made a simple project file in IDE which contents a single .c file with simple printf statements. When I run this project file the exe file gets created but no output is seen on any screen. The same .c file is compiled and run as a separate file it shows output on a dos screen. Can somebody let me know how to see the "output" of a project file on screen, please ?