Sunday, August 2, 2009

Programming in C?

How can I compile my C (.c) programs into .exe files?

Programming in C?
You need a compiler that willdo that for you. You can pick up some for free from Sourceforge.net, or buy a goodone. I believe Microsoft also makes a version oftheir visualC++ available for free.





If you're using one ofthe student versions, they often do not create a .exeand rather just allow you to run in the environment.
Reply:use compiler
Reply:Just compile it and run it. Your .exe file is made automatically.


No comments:

Post a Comment