making an exe file
-
hello developers, i am a beginner in programming.i want to the making proocess of softwares.i mean from writing source code adding dialouge boxes and making a exe file.what steps should go through.please kindly explain
narasimha
-
its F6 ;P
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
its F6 ;P
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
hello developers, i am a beginner in programming.i want to the making proocess of softwares.i mean from writing source code adding dialouge boxes and making a exe file.what steps should go through.please kindly explain
narasimha
Try learning any language you want.. Preferably Basic languages like C or C++ is the first thing to start with.. After you learn C++, you may come to C# where you will learn how to make programming easily and sophisticatedly. Learn Programming ... and dont think about making exe s anymore.. You will get it automatically done after you learn .NET. Making setups in .NET is just a fun. But making the actual program is what you want. Abhishek Sur
-
Try learning any language you want.. Preferably Basic languages like C or C++ is the first thing to start with.. After you learn C++, you may come to C# where you will learn how to make programming easily and sophisticatedly. Learn Programming ... and dont think about making exe s anymore.. You will get it automatically done after you learn .NET. Making setups in .NET is just a fun. But making the actual program is what you want. Abhishek Sur
Abhishek sur wrote:
Preferably Basic languages like C or C++ is the first thing to start with
Errm - with the plethora of languages such as C# and Java available now, C/C++ aren't what I would consider basic languages.
Deja View - the feeling that you've seen this post before.
-
Abhishek sur wrote:
Preferably Basic languages like C or C++ is the first thing to start with
Errm - with the plethora of languages such as C# and Java available now, C/C++ aren't what I would consider basic languages.
Deja View - the feeling that you've seen this post before.
-
hello developers, i am a beginner in programming.i want to the making proocess of softwares.i mean from writing source code adding dialouge boxes and making a exe file.what steps should go through.please kindly explain
narasimha
Hmm, I believe that you are asking on how to convert your C# source code to an executable? In Visual Studio 2005, click the "BUILD" button, it will create a .EXE file and will be stored in the Debug folder of your project. You can distribute the .EXE file without the source codes.
It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.
-
First thing to do is to choose a language in which to do that. In which language would you program it ?
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++Cedric Moonen wrote:
to choose a language
First he should choose 'English' and clear it first. Just the first line of his post carries blatant and glaring typos, which he should have potentially caught it before hitting the submit button and resting back. Huh! I really don't know how such people bother to sneak into programming world and make pesky nagging calls into others' tranquility. :sigh:
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
Take a class and buy the required tools.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
the required tools
A hammer too would help though.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
CTRL+F5. Then attach the process. ;P
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare