Using Microsoft C

Edit stage:


Type program in using one of the Microsoft Windows editing packages.

Compile and link:


Select Building from Make menu. Building option allows you to both compile and link in the same option.

Execute:


Use the Run menu and select Go option.

Errors:


First error highlighted. Use Next Error from Search menu for further errors if applicable.

If you get an error message, or you find that the program doesn't work when you finally run it (at least not in the way you anticipated) you will have to go back to the source file - the .c file - to make changes and go through the whole development process again!


Learn More :