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

and i want to know the from basics beacuse i would like to start form the beginnig.

i really appriciate it thanks.

2006-07-24 12:02:31 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Hmmm... yes... there are many books available that can teach you the basics of programming...

you can also go to microsoft and download their free Express Programming languages... microsoft also has videos you can download or view online... they teach some of the lower level programming.. but if you are totally unfamiliar with programming you will want to start with some books...

there are several languages to program...

you have machine language... which is all 1's and 0's like the computer uses... (not used much anymore)

you have assembly language... where you have to tell the computer EVERY step along the way... in minute details... most people hate this kind of programming... but it gives the most control over what is happening in your program...

then you have higher level languages... like Basic, C#, C++, Java, Fortran, Pascal, etc...

each language has it's own uses... strengths and drawbacks...

there are also Visual languages... which Microsoft has the Express versions for free... which you program by dragging and dropping... quite visual rather than textual based...

Check out:

http://msdn.microsoft.com/vstudio/express/

then check out the videos they have available at:

http://msdn.microsoft.com/vstudio/express/visualcsharp/learning/default.aspx#beginners

don't let the C# bother you... you can choose the language at that website... and they have a LOT of videos and example projects to help you along...

you might want to talk to your local computer geeks to find out about any clubs that will help too.

2006-07-24 12:12:24 · answer #1 · answered by ♥Tom♥ 6 · 0 0

Firstly, what sort of language do you want to learn?Javascript is a good one if you want to learn how to write programs that run in web pages. And, its free; you already have the interpreter in your browser ;-)
You just need to find some tutorials on the web. Or look on Amazon for books about it.
You need to focus on one language to startwith. learn about the structure of programs; if statements, loops etc
Try this link at download.com:
http://www.download.com/3120-20_4-0-2-0.html?qt=programming&ca=20&excl=10557387&excl=10521857
There are some (free) downloadable interpreters here.
Good luck :)

2006-07-24 12:10:07 · answer #2 · answered by coffeeaddict_uk 3 · 0 0

C++ for Dummies

I haven't finished reading it yet but it's ok

but C++ is hard anyway

2006-07-24 12:06:12 · answer #3 · answered by Andy 3 · 0 0

you can get books or download them from the internet (.pdf file)

- SAMS teach yourself books
- learn *topic* in 21 days books
- etc..

2006-07-24 13:10:02 · answer #4 · answered by pop 1 · 0 0

fedest.com, questions and answers