Get a book to teach you C and then go from there. You can use a free compiler such as gcc to get you on your way.
2006-06-27 23:14:45
·
answer #1
·
answered by waylandbill 3
·
0⤊
0⤋
start with buying the compiler application like microsofts visual studio or any compiler. then buy a book about it and teach yourself how to.. if you dont want to buy a book, then go to sites where you can download free tutorials. (www.w3schools.com) a very nice website containing tutorials about how to lean any programming language.. then after knowing the basics of the programming language you want to learn, start making simple programs.
2006-06-28 06:18:46
·
answer #2
·
answered by joan the great 3
·
0⤊
0⤋
Microsoft Visual Basic 6 is good then again Delphi is too. Depend on your abilities how good you are in learning process.
2006-06-28 06:16:17
·
answer #3
·
answered by Joe_Young 6
·
0⤊
0⤋
To do so you must learn any progarmming language you like.
such as C,C++,java or visual basic .net or any programming language.As a biginner visual basic .net will br easy.
Good luck,
2006-06-28 06:19:00
·
answer #4
·
answered by M.M.B.J Mawella 1
·
0⤊
0⤋
I always think you should learn C first.
create text file called hello.c
#include
int main(int argc, char * argv[]){
printf("hello world\n");
return 0;
}
now find a compiler and compile it. you can download GCC from the GNU website.
2006-06-28 06:19:14
·
answer #5
·
answered by To Be Free 4
·
0⤊
0⤋
go for java or C
2006-06-28 06:12:22
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋