Jump to content
xisto Community
Sign in to follow this  
damoon

What Is The Best Language For .exe And How To Compile It

Recommended Posts

can anyone teach me how to compile .exe and the language that is best to use

There is no best language as such. It all depends on what you want to be done, under what constrainsts and under what available resources .. :lol:

However, if you are new to programming languages start with python, java.

If you intend to do systems programming, start with C/C++

You will find many books/online-tutorials on the above mentioned languages and feel free to have your queries here .. :P

Share this post


Link to post
Share on other sites

I suggest python as it doesnt rely on a virtual environment to run like Java does. But having said that one Java app will likely work on linux, windows and mac perfectly the same as it runs within the java virtual machine.

Share this post


Link to post
Share on other sites

am not new to programming.... i know PHP very well and HTML, CSS , JS...... so outta Python and Java which is more convienient and easy to learn?

First i'll try to answer to topic. There is no such thing as best language. It's just matter of getting things done. If you're using windows operating system then C# and VB.NET will get you started for GUI that has *.exe extension. I assume that you want to create GUI based .exe programs. In such case, VB.NET and C# is your close and fastest option. C++ is another option and it helps you program cross-platform application. Wxwidgets and QT toolkits make use of C++, so with this you can create .exe based programs on windows. Python and Java both could be used to program and convert it into .exe. But for GUI based programs with *.exe option it is better to choose C# and VB.NET instead of them.

Now for your question Python or Java. The choice depends on person. Some find Java easy while some find python. Python is easy and results are immediately visible on interpreter but for java you've to compile program. So python is convenient and easy to learn than java for most newcomers in programming. For learning python, you can use official python IDLE or Komodo Python interpreter. And there are also some good tutorials for python. Hope this helps.

Share this post


Link to post
Share on other sites

Buddy I start with Visual Basic.NET and its very easy to make your programming code in .exe version.Just use the tool bar where you have tools live Debug and such thunks choose the second. and then start the programing code and you will find your project on .exe version in yous Visual Basic folder named ( bin)

Share this post


Link to post
Share on other sites

@damoon

hey, buddy why only *.exe ... you know php, why do you not want to write in php ? :lol: . Do you want speed ? what kind of applications you want to build ?

as a matter of fact *.exe exists for windows os, and there are other oses like linux which do not care for extensions.

you can create desktop based gui in php also, see : http://gtk.php.net/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.