English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
How do i build a small software program? i don't know about software code. is there a free web site that can show me?

2006-11-24 14:09:56 · 5 answers · asked by Anonymous in Computers & Internet Software

5 answers

Head over to http://www.w3schools.com/ to get a basic understanding of programming.

2006-11-24 14:12:18 · answer #1 · answered by Stuart 7 · 0 0

On Windows, you'd typically use a GUI, such as Visual Studio.

If you've got an existing project with a makefile under UNIX (Mac or Linux), you'd typically go to the src directory and type:
$ make
Then (sometimes as root):
$ make install
But since most projects have readme files, I'd read that before you do anything else!

To build your own programs in UNIX, you'd use gcc. If you're interested in becoming a developer, don't limit yourself by always using GUIs; start off with a simple text editor in UNIX (eg. Linux or Cygwin) and build on the command line.

When you get a little more advanced, I'd recommend Anjuta.

2006-11-24 22:26:58 · answer #2 · answered by Morosoph 2 · 0 0

Building a software is not as easy as making a recipe . You have to follow certain software Engineering principles and u have to design it and analysis the Design and find out what are the languages which are really required in ur Software in order to complete it

2006-11-24 22:19:27 · answer #3 · answered by Ajith 3 · 0 0

If you are a novice, I recommend dowloading the free Visual Basic from Microsoft. It is a good language for a beginner and it has a couple of example programs to get you going. It has extensive help to give you pointers as well. You will find the reference below:

2006-11-24 22:19:13 · answer #4 · answered by emrahboston 2 · 0 0

do a web search for "learn c++" since that is the most common language. See if you can find a copy of Microsoft visual studio. It makes development a lot less hassle

2006-11-24 22:11:39 · answer #5 · answered by The_Big_E 2 · 0 0

fedest.com, questions and answers