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

9 answers

You should consider starting with Visual Basic before moving on to other "real" languages like C, C++ and Java. You will find you can easily write a working program of only a few lines, and use the Interactive Development Environment (IDE) to step through it and watch your variables changing value with every line of code your program executes. Once the idea of programming has become clear in this way, you can move on. But be sure to avoid Visual Basic's "Variant" data type - it's useful in its way, but it's a huge obstacle to understanding what's going on in a simple program.

2006-10-05 21:38:18 · answer #1 · answered by Anonymous · 0 0

It doesn't really work that way. I mean sure, you can pick up a book on some language and learn a little about it, but you'll be limited to what's in the book. If you want to learn how to be a programmer on the whole then you need to study programming concepts like object-oriented-coding as well as lanuage. Logic is another course you'd want to take. It's why people go to school for years to get their degrees in this.

Some base languages you'll learn along the way will be Java, C, C++, C#, and others...

What I'm saying is don't start with a language - a language is just a tool for programming. Sign up for classes wherever you can find them in Computer Science.

Oh, and ignore these people saying HTML and PHP - those are NOT programming languages. HTML is markup text and PHP is a scripting language - not the same thing and certainly not where to start if you're serious about this.

2006-10-05 17:52:08 · answer #2 · answered by GrayTheory 4 · 0 0

I agree with the answer above, that you need to learn the logic of programming. That said, I think that C is the best language to learn the basic concepts of programming with. It teaches you most of the fundamentals, and once you learn all there is to know about C, you ache for a greater deal of flexibility and the ability to organize your code better. That's where you start to expand your knowledge into other programming languages.

2006-10-05 17:59:19 · answer #3 · answered by arnie 2 · 0 1

First understand English.

Okay, seriously, you should start with a language that is with the "level" you want to work with. Low-level meaning close to computer language and high-level meaning close to human language. Most people start with either Basic, C++, or Java (or Perl [shell scripting]).

2006-10-05 17:52:59 · answer #4 · answered by Robin C 4 · 0 0

It depends on what you like... do you want to concentrate on web designing or developing application.

If you want to focus on web designing of course you should start to learn the html first, then ASP or .Net Programming

But if you want to concentrate on Application, I suggest Visual Basic you can ask for help in these forum... the moderators and members here are nice

But if you prefer a Web Application/Games... you should focus on Java Programming

2006-10-05 19:19:56 · answer #5 · answered by Anonymous · 0 0

Its better to start with Fundamental of 'c' then u may learn advanced topics of JAVA,or ,php,.net everything is fine

2006-10-05 17:51:26 · answer #6 · answered by H@ri 2 · 0 3

html

2006-10-05 17:51:34 · answer #7 · answered by Best Helper 4 · 0 3

php

2006-10-05 17:48:41 · answer #8 · answered by JeanPaul T 2 · 0 3

html is probably the easiest :)

2006-10-05 17:49:42 · answer #9 · answered by Anonymous · 0 3

fedest.com, questions and answers