Thursday, July 30, 2009

I need to run this written C program.I have compiler installed and wrote small progs but how do i run/execute

I am trying to learn C and C++. I use Microsoft Visual C++(from Microsoft Visual Studio 6.0) to write the program in C but i don't know how to run it/to execute the program and view the output.


can you help me hos to do that...and also can I ask for websites that teach programming in C or have tips for beginners?


Thanks a lot!

I need to run this written C program.I have compiler installed and wrote small progs but how do i run/execute
To compile it , ALT + F9, then F5 will execute it.
Reply:After writing the whole program press


ALT+F9 for compiling your code.


After successful compiling..press


CTRL+F9 for running your program.





Be carefull about the format in which you store the file..


i f your file is written in C store it as .C


if C++ store it as .cpp


..
Reply:create a new project the insert your c++/c code then compile then run project. i think hope it helps.





i used to use that but it was a long time ago
Reply:Hi there!


If u r a beginner %26amp; starting on with small C/C++ programs, I would recommend don't use MS Visual C++. It's too bulky %26amp; has features for advanced users. You'll end-up being confused. Instead start with DOS based IDE(Integrated Development Environment) like Turbo/Boreland C++ which are more suitable for beginners with small programs.

sympathy flowers

No comments:

Post a Comment