|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/2/2011 10:23:02 PM
Posts: 1,
Visits: 7
|
|
Hi
I need a couple direction regarding programming 
1. What programming languages do I need to study to be able to create programs that can be executed by ,exe? Programs like Google Chrome, MS Word, AVG Free and pretty much any programs that can be downloaded in the internet are run by exe. (Please recommend me a language that is popular and would give me an advantage against other programmers xD)
I know basic Java and the only way Im able to run them is by JCreator.
I also know PHP & MySQL
2. Could anyone please direct me to a website on how to create a web browser? Ive search Google but I got were tutorials on how to make one in VB. Making a website in VB would require VB to be installed in order to run. I want the make one that wouldnt require any other software to function like Chrome and Firefox.
Thanks in advance for the replies
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 10/10/2010 7:11:28 AM
Posts: 10,
Visits: 16
|
|
Hi bob,
1. You can study any popular programing language like Java, C#, C++ etc to create .exe file..
As you know basic java, you can continue to master java..
Java programs can be executed in many ways and without using Jcreator as well.
You may be thinking that I have gone mad when i said Java can be used to create .exe file.. 
It creates only .class file and JVM will do rest of the work..
Well here is the link which will explain you in detail how to convert your java program to .exe file.
java file to exe
Popular programing language woun't give you any advantage but how you work with that language and how much time you spend playing with that language give you advantage against other programmers
You can pick Java or C#..
Good that you know PHP and MYSQL these will help..
2. I like your interest but Creating a web browser is not a simple job..
You have to learn scripting , html, and other core programing language.. and have to understand how the browsers work before you start working on it..
feel free to replay for any further help

shrikanth
|
|
|
|