i ve to make a program to be executable which has been written in c and the coding available to me is in notepad
I want to know whether how is a source code in notepad can be converted to be executable?
You need to run it through a program called a compiler.
I recommend using Visual C++ 2008 Express Edition to open up the notepad-like documents (should have a .c extention rather than a .txt)
http://www.microsoft.com/express/vc/
Then you can run them through the compiler using F5.
Or you can use Cygwin to compile notepad documents with the GCC compiler
http://www.cygwin.com/
Or any of these if you don't like using the two biggest and most popular ones around:
http://www.bloodshed.net/devcpp.html
http://www.cs.virginia.edu/~lcc-win32/
http://www.thefreecountry.com/compilers/...
Reply:Free C/C++ Compilers
http://www.thefreecountry.com/compilers/...
Reply:you need a c compiler. There are free ones out on the internet.
flower pots
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment