From: Mr. B. C. P. <phu...@gm...> - 2008-12-24 05:41:10
|
Hi bill, Your program syntex is ok. First open a folder in Dev-Cpp and name is "MyPrograms". Save the file "Hello World" in this folder. When you compile your program, the Run window comes and goes in a fraction of second if the compiling is free of error. Then go to DOS command prompt (Run > cmd). In command prompt, type cd c:\. Hit enter. On C>, type dev_cpp\MyPrograms\helloworld.exe. You will see that this prints out your program. Happy ? B. C. Phukan |