I wont to learn how to make programs

Well, there are different types of programming languages, most windows applications are written in C++, and applets (applications that run in your browser) are programmed in Java. There are a lot of other languages too, but those are the main ones. A good C++ tutorial is on cplusplus.com and a good Java tutorial is on the java website.

Those two languages share a lot of things, once you learn one you can learn the other somewhat easily. I recommend starting with Java, I personally think its a little easier. If you look around on that java.sun.com you will find lists of all the methods (or commands) you could ever possibly want. the list is called the API.
 
Last edited:
you can probably find a lot of good books on various programming languages such as c++, perl, python, cobol, fortran, java, lisp etc. at the book store. or wait until your in college and take programming classes so they can bombard you with projects up the arse.
 
yea, check your library for books, and book stores! Also, if you need help, we have a few expert programmers at my forum! Check my sig for the link. Anyway, myself, and at least 1 other there have degrees in programming, in languages ranging from basic web stuff (html, javascript, php) to application programming (C#, VB, Java, Etc)
 
http://www.w3schools.com/ is a nice place to learn, they have a VERY nice html hting, wher it shows you 2 boxes, 1 is the code, 1 is how it will turn out, and you can modify the code press ok, then it shows the new code, and they one of of these for all the major thigns you can do with html. I dont know if they have it for all the lagunages though.
 
Back
Top