Click to See Complete Forum and Search --> : first programming language
CyberSpyder
January 26th, 2002, 08:25 PM
what's the first programming language that I should learn. I've already learned some HTML but I don't know what to learn next. :confused:
VictorKaum
January 26th, 2002, 11:35 PM
Depends on your goals.
What do you want to do with those languages...?
Terr
January 27th, 2002, 02:16 AM
It depends on your focus. If you want to REALLY do a lot of programming, start with a language which doesn't make it easy on you. I suggest C++ for that case. Things like having to explicitly (that means, very clearly) define a variable are good habits to get into.
If you're just having fun, but don't think you'll do much in terms of any serious programming, go with something easy, like Visual Basic (ick)... Although I've heard good things about Python, too.
Could you give us some more information? How serious are you about programming? What kinds of things are you thinking of?
canada
January 27th, 2002, 02:23 AM
Depends on your goals. True.
For example:
for basic knowledge of programming : Pascal, C/C++(preferable as most exploits are written in C, plus UNIX system is written on it)
For Internet : Perl, Java, JavaScipt
Delphi - for application developent
...there are a lot of more specialized languages, but these are the basic.
CyberSpyder
January 27th, 2002, 02:55 AM
I'm first gonna try to make simple programs. I can already make simple applets in Java and a good deal of stuff in HTML. That's what I know.
canada
January 27th, 2002, 12:52 PM
But you know Java is based on C++ syntax. For better understanding I would reccomend learing it. Although you can be learning Java from the scratch- I tried it- wasn't qualified enough to understand everything.
l3aDmOnKeY
January 28th, 2002, 07:18 PM
I would suggest C++ first and after C++ move into java because java is built on top of C++.
Since you are brand new to programming email me I have a lot of books on my hard drive and would be glad to send you them. :cool:
Good luck!
Momentary Lapse
January 28th, 2002, 11:33 PM
Right now I'm actually taking C++ and VB at the same time at my local college. For the most part, learning the structure of one can benefit with the other. I'm learning what I like and dislike about both languages already........lol
niboreon
January 29th, 2002, 03:22 AM
Going from HTML a logical transition would be into scripting. If you are going into systems administration, that'll be way useful to you in automating tasks and computer operations. You can then move logically into writing complete proggys in some of script languages.
Perl and Python are both popular and powerful for the above purpose and they have the added advantages of being platform independent and freely available with lots of examples and support on the net. They will be useful to you for both quick and dirty netapps and for full blown, database applications.
Whether you choose a scripting route or diving in to C++ or some other language depends on where you want to end up....but the important thing to remember is that it takes time and practise.
Jabberwocky
January 29th, 2002, 04:57 AM
if you're interested in learning a "serious" language (meaning not vb or the like) i would have to agree with l3aDmOnKeY, learn c++ and then move to java.
Momentary Lapse makes an excellent point: once you've learned the basic concepts of one language (such as c++), other languages (java, c, pascal...) are easier to follow.
intruder
January 29th, 2002, 05:14 AM
according to me u much learn C and C++ and then some assembly...
and then after that depends what u want to do...if u want to go for package development then VB is good. or if u want to go for web then java . EJB is good.
it depends....
intruder...
guerrillase7en
January 30th, 2002, 04:25 AM
I think u should learn C some ppl will tell you C++ is more powerfull but i think anything that Unix was made with is just fine. plue Java and C++ and alot of other langs are based on C i went from HTML, JavaScript, * very basic* java, and batch(not even sure it i whould call that a lang;)) to C; but i'm taking a break now to learn all about my new linux sys;) btw anyone know where i can get a kinda new book on redhat linux? the one i got is for v 3.0:( i got 7.2.....
{P²P}Apocalypse
January 30th, 2002, 04:35 AM
C++. It's a good start.
CyberSpyder
February 11th, 2002, 10:48 PM
thanks for all your help guys.
guerrillase7en
February 12th, 2002, 07:52 AM
i think i'm gonna go for java, just coz i bout a java book for $1!!!:)
jodosha
February 12th, 2002, 05:04 PM
There's another AO's thread which talk of this question:
http://www.antionline.com/showthread.php?threadid=218373
I hope to help you.
RiOtEr
February 13th, 2002, 06:06 AM
jjust to be cynical html isnt a language
but in all seriouslness dont jump straight into c get afree pascal compiler learn that inside out not to hard like 2 weeks then step up 2 c then c++ then most languages are similar so they should be fairly easy the reason i say pascal although it simple it teached u about loops and stuff in mych the same way as c/c++ handel them just in a much simpliar way