Compare Mobile Phones | Advertising | Credit Counseling | Myspace Comments | Loans
newbie programmer [Archive] - PCMech Forums

PDA

View Full Version : newbie programmer


flyingllama
02-05-2003, 08:59 PM
i'm just starting to try to learn how to program and i was wondering if anybody had any helpful tips or knows of some good sites for begginers. thanks

flyingllama
02-05-2003, 09:10 PM
by the way.. whats a compiler and how does it work?

cypher1919
02-05-2003, 11:27 PM
im a beginner too and i found this java site to be good
http://www.java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html

also

www.htmlgoodies.com/

aym
02-07-2003, 05:29 PM
The computer's CPU doesn't understand code written in high level languages (Java, C ...), it only understands machine code, and the compiler is a program that converts high level code into machine code, so the CPU can execute programs written in high level languages.