Question:
A common computer language to learn?
1970-01-01 00:00:00 UTC
A common computer language to learn?
Fifteen answers:
bh8153
2006-09-25 11:17:59 UTC
Serious software is written in C++, but that does not make it a good place to start. C++ programmers are very contemptuous of Visual Basic, but that does not make VB a bad place to start.



You can start writing VB from inside Excel on your PC, but you should get a simple book about it from your local computer store first, because the VB online help is useless for a beginner. The book will have some simple example programs to start with.



Moving on from VB to C and C++ should be easy after a while. Starting with C++ would be crazy. Starting with C is possible, but slower - I think it would take a lot longer before you could write a useful program.



The main difference between programming languages is their DATA TYPES. VB has all the types you need, plus VARIANT which is asking for trouble - you should avoid it until you have mastered everything else. C has no TEXT type, so you have to contrive it out of other types, which is easy but bulky; and C has an ADDRESS_OF type, which will blow your mind at first. C++ has OBJECTS and CLASSES, which are so useful that they let you write code that you can't understand five minutes later. So, not a good place to start.
2006-09-25 09:50:40 UTC
'java' will be my suggestion as it is some how very easy to learn and you can easily do any type of work using it.
James R
2006-09-25 15:21:01 UTC
I am learning Visual Basic it is verry easy to understand and can create some pretty powerfull programs



VISUAL BASIC ROCKS!!!!!
blurredfringe
2006-09-25 13:39:30 UTC
C lang
sprite
2006-09-25 10:20:08 UTC
BASIC is a good start to learn programming basics (no pun intended!).

For more serious stuff C/C++ are the ones to learn.

Java is pretty cool and is very C like. Take a look at java.sun.com for tutorials, you can even download a Development Kit (J2SE SDK) to get you started writing code.



:)
?
2006-09-25 10:19:27 UTC
try to learn visual basic ... you can make a good programs with, or Visual C++ ... beside Java in which you can make programs for any platform , not only windows
ajk1139
2006-09-25 10:19:26 UTC
there is a language called Ruby which is very easy to grasp and quite powerful have a try you will not waste your time
smartsuman2k1
2006-09-25 10:10:32 UTC
Go with 'C'. If u undertstand the logic. U can learn any other languages easily
yahbonez
2006-09-25 10:01:30 UTC
1957 - FORTRAN

1958 - ALGOL

1959 - LISP

1960 - COBOL

1962 - SIMULA

1964 - BASIC

1966 - ISWIM

1970 - PROLOG

1972 - C

1975 - PASCAL

1975 - SCHEME

1977 - OPS5

1978 - CSP

1978 - FP

1980 - dBASE ll

1983 - SMALLTALK 80

1983 - ADA

1983 - PARLOG

1984 - STANDARD ML

1986 - C++

1986 - CLP (R)

1986 - EIFFEL

1988 - CLOS

1988 - MATHEMATICA

1988 - OBERON

1990 - HASKELL

with these languages anything is possible
John B
2006-09-26 12:07:31 UTC
If you are doing this just for fun and not looking to become marketable the best and I think the most straight forward is Visual Basic. While some people believe this is an old language and you are wasting your time they are not looking at it from just starting to learn programming.



There is very little you can't do with it once you learn it.

The nice thing about it is you can go to the Microsoft web site and download the design application for free.



It is called Visual Basic - Express. There are many items included that will get you started. There are several sample programs includeing a screensaver program that you can play with that will display any RSS feed you would like while the saver is running. Changeing the program to go to the RSS feed you want will teach you quite a bit in and of itself.



It is easy compared to C, C++, or just about any other script language. But remember this. Learning any computer language is just like learning a foreign language. You will only be as good at it in relation to how well you study it. So for getting your feet wet it is a great place to start.



There are a lot more programs out there than most people know that have been written in this language. You are limited by only two things. Your knowledge of the language and your imagination.



If you are looking for something that will get down to the bits and bytes or something that you could use in hacking, this would not be it. It is an old language. One step up from basic but a very big step. And the development package is free to download.



Check it out. You will like it.
Venkat
2006-09-25 09:48:15 UTC
C is the common programming language, if you know c you can get the logic for all languages. You can write any type of programs using c.
2006-09-25 09:50:15 UTC
Don't touch any form of BASIC. Learn C/C++. You can write any program in this - most professional software is written in C/C++.



BASIC is a child's toy and not worth wasting your time on.



Rawlyn.
Sunil Patel
2006-09-25 09:47:47 UTC
Learn 'C' and datastructure.. it will be useful for programming in all language...

later you can move to Object oriented programming c++ or Java
want~an~IQ
2006-09-25 09:47:18 UTC
it is basic....

beginners all purpose symbolic instruction code





for some really good programming turn to c++



you can download them easily from the net
Nick
2006-09-25 09:51:23 UTC
c and c++

it is basic for all other languages to upgrade ur skills


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...