Sunday, July 12, 2009

How can i make exe file using programming language like C,C++,Java???

You need to use a compiler. A compiler takes the source code you've written and interprets it into a format that your operating system can execute (an exe file in Windows for example). There's all kinds of compilers our there. gcc is a freely available compiler that works on most platforms for compiling C and C++ programs (available from http://gcc.gnu.org/). Also Microsoft makes a suite of compilers under the Visual Studio product suite.

How can i make exe file using programming language like C,C++,Java???
Basically for every computer language, you first write the code then compile it to check for errors. If the source (or code) doesn't have any syntax errors, then a output file will be generated. This is an executable file. Depending on the operative system and programming language you are using there are several executable files, exe, .o, .class, etc.
Reply:Yes you can. Either self teach yourself or books or classes.





But first you need some software so you can create your program. Microsoft has some.





C#





http://msdn.microsoft.com/vstudio/expres...





C++





http://msdn.microsoft.com/vstudio/expres...





But my favourite programming language is Visual Basic - Its easy and you can guess some code if you are unsure on the coding required!





http://msdn.microsoft.com/vstudio/expres...
Reply:You learn C, C++, or Java. Buy some books. Take a class.


No comments:

Post a Comment