Computers |
|
| | #12 (permalink) |
| Ultra Techie Join Date: Oct 2003
Posts: 544
| Use C++, Java or C# as a learning language, they are all similar in that they are object oriented - you could learn C but i think it is better to learn something a bit higher level first. People will advise you otherwise but they are wrong. You could go down the BASIC route and it would be nice and easy, but at some point you will want to learn a proper language and will go and learn one of the above mentioned languages anyway. If you learn one of the above you will be able to program in most languages other than things like scheme and prolog, but theese are kind of different and more mathematically based. C, C++, Java, C#, and for some reason VB are the languages people use in the real world and you will find loads of resources on them. I personally would recommend java, just because you can download everything you need from the java website, C and C++ also have free resources. C# and VB "kind" of require visual studio if you want to use them properly. |
| | |
| | #13 (permalink) |
| Super Techie Join Date: Jul 2004
Posts: 375
| Java is a simple language for simple people. C/C++ will teach you the "guts" of programing and proper programming technique (ie how to use a pointer properly etc). I wouldnt recomend starting with Java.
__________________ AMD 3800+ X2 Zalman CNPS7000B CPU Heatsink/Fan ASUS A8N Premium 2 GB G. Skill DDR 400 (2 X 1 GB) 1 GB Ultra DDR 400 (2 X 512 GB) eVGA 7800GT 256MB 120 GB seagate HD (7200RPM) 80 GB Seagate HD (7200RPM) Sound Blaster Audigy 2 Platium ZS Sound Card Logitec z5300 5.1 THX certified speaker Medusa 5.1 Headphones ATI TV turner card DVD Drive CD Burner Drive Razer Copperhead Gaming mouse |
| | |
| | #14 (permalink) |
| True Techie Join Date: Oct 2005
Posts: 199
| To be ownest I wouldn't jump into C\C++\C#\Java they are hard languages if you had no programming experience before. I'd say its like jumping into the deep end before you can swim, it would be better to start in the shallow end first. You'll learn about programming but it could be difficult at first. I wouldn't suggest VB, you either love it or hate it, you choose. Look around at the different languages and choose what you like. Examples: C\C++ C# Lisp Perl Python Pascal/Delphi Java Visual Basic |
| | |