|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Feb 2003
Location: Deltona, FL
Posts: 144
|
Newbie Programmer...Where do I start?
Howdie. I'm a 30 year old family man, and I want to change careers. I've been interested in programing since I was a kid, but I haven't done any programing since I used BASIC on my old Commodore 64 about 15 years ago.
There are so many languages to choose from! Where do I start? I've started learning some C++, because compilers and online tutorials are easy to come by. Any other sugestions?? Can anyone recomend some good online sources for newbie programmers?
__________________
My Box: AMD Athlon 64 X2 5600+ | MSI K9N Neo-F V3 | 2GB Corsair XMS 2 DDR2 | Seagate 250GB HDD | 512 MB ATI Radeon X1900XT | Lite-on DVD R/RW drive | Codgen ATX case w/ Thermaltake 480W PS |
|
|
|
|
|
#2 |
|
Member (11 bit)
Join Date: Aug 2003
Location: NJ
Posts: 1,099
|
VB 6 is also a good prog to start with. check out http://www.visualbasicforum.com.
If you're interested in online, e-commerce website programming, go with php and mysql.
__________________
P4 2.6C @ 3.12 || ASUS P4C800-E Dlx || Antec SOHO File Server w/ 5 case fans || Antec TruePower 430w PSU || 2 x 512MB Crucial PC3200 DDR || 280GB of total storage 7200rpm ATA100 8mb cache || LiteOn CDRW 52x32x52 || LiteOn DVD+/-RW SOHW-812S || WinXP Pro || Solarism 15" TFT LCD || 500VA TrippLite UPS || Logitech MX-700 Duo || ATI 9800 AIW || Sennheiser HD-555 |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Nov 2003
Location: Canada ontario
Posts: 342
|
heres steps i would take.
html(even though you arn't creating web pages)Vd, Java, php, c++, c. Whatever you do dont take c before c++ you pick up really bad habbits whicha are hard to crack |
|
|
|
|
|
#4 |
|
Member (9 bit)
|
my mum got me a c++ book last chirsmas with the borland c++ program thing. i think ive only read bout 1 page of it i just cant do it , might just try VB i heard its quite easy. yet i can do php / mysql and html off by hart???
|
|
|
|
|
|
#5 |
|
Professional gadfly
|
VB is supposed to be easier, but it tends not to be as powerful as C++. I would stick with C++ if you are already learning it. Also good to try would be Java.
|
|
|
|
|
|
#6 |
|
Member (9 bit)
|
is java like web programing with applets and such. or like making proper clients
|
|
|
|
|
|
#7 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
C++ is better than VB.
__________________
Darum still, füg' ich mich, wie Gott es will. Nun, so will ich wacker streiten, und sollt' ich den Tod erleiden, stirbt ein braver Reitersmann. |
|
|
|
|
|
#8 | |
|
Professional gadfly
|
Quote:
|
|
|
|
|
|
|
#9 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
Does Java use a compiler, Doc, or is it an scripting language?
|
|
|
|
|
|
#10 |
|
Professional gadfly
|
Java is both compiled and interpreted. Java code is compiled to bytecode, which has nothing to do with a particular CPU architecture. This bytecode is then interpreted by the Java Virtual Machine (VM). This is what makes the code portable: you don't have to worry about whether you will be dealing with Intel or Mac architecture, since the source code will always be the same. The VM translates the bytecode into processor instructions pretty efficiently, much more efficiently than purely scripted languages.
|
|
|
|
|
|
#11 |
|
Member (5 bit)
Join Date: Dec 2003
Posts: 30
|
hey, since this is one the subject of c, does anyone know where i can get a cheap copy C#. I've never programmed before but i think that is a good skill to have. I've searched e-bay and google, but i've got nothing on the actuall language, and i really want it. if anyone can help me, please do!
|
|
|
|
|
|
#12 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|