|
Go4Expert Member
|
|
| 14Jul2009,10:35 | #11 |
|
I guess what I would be interested to know is that if there is any Program which can convert source code(in any language) into an exe file.Plz ignore if not relevant to the current thread.Any help would be appreciated
|
|
Mentor
|
![]() |
| 14Jul2009,11:36 | #12 |
|
Quote:
Originally Posted by fob500 When you compile on ANY platform the result is an object file. Executable files are ONLY generated by linkers. Confusing the matter somewhat is the fact that many IDE's perform a one step build, compiling and linking without requiring separate commands from the user (and for Visual Studio it'll compile, link and start the program with the debugger all with one key). Also to confuse newbs is the fact that people often say compile as shorthand for "compile and link". But get it clear in your mind: source code -> compile -> object code object code + libraries -> linker -> executable. |
|
Go4Expert Member
|
|
| 14Jul2009,11:46 | #13 |
|
Quote:
Originally Posted by xpi0t0s |
|
Newbie Member
|
|
| 27May2010,11:16 | #14 |
|
you can use the build funtion in any compiler like MS visual C++.
select C source file as file option compile the C program and then buil it (clt+F7 then F7) the .exe file will be present in the debug folder where the project file is located. there are other linkers preent just google |
|
Newbie Member
|
|
| 27May2010,15:31 | #15 |


