|
-- Posted by amalsies at 10:02 am on Sep. 3, 2005
me again...i feel stupid asking this but how do u start learning bout programming?
-- Posted by XxxPinkxxX at 10:03 am on Sep. 3, 2005
programing what?
-- Posted by steel at 10:06 am on Sep. 3, 2005
buy books, use google, join programming forums.. up to you
-- Posted by amalsies at 10:06 am on Sep. 3, 2005
dunno i meant for beginners
-- Posted by pleaseremove at 10:07 am on Sep. 3, 2005
Quote: from amalsies at 6:06 pm on Sep. 3, 2005
dunno i meant for beginners
well, what would you like to do? build programms?
-- Posted by knotsotypikal at 10:08 am on Sep. 3, 2005
I'm taking a class. To me, that would be the best way because you actually have a real, live instructor that can help you with material that you don't understand.
-- Posted by steel at 10:08 am on Sep. 3, 2005
Quote: from amalsies at 1:06 pm on Sep. 3, 2005
dunno i meant for beginners
It seems like you don't know what programming is. http://en.wikipedia.org/wiki/Programming You have to learn a programming language, depending on what you want to program..
-- Posted by mtllcrckmn at 10:10 am on Sep. 3, 2005
What sort of things would you want to do with programming?
-- Posted by Duekiller at 9:07 pm on Sep. 5, 2005
Here is how you go about it.... 1) Find a motivation, just wanting to learn does not really work, you need a project. I will help you out and your first assigment is to make a pong game. 2) Learn a language, I would recommend java. Start by learning a simple program that asks you a bunch of options until the user chooses to exit. 3) Learn the syntax of the language. 4) LEARN HOW TO USE GOOGLE AND HOW TO SEARCH (this is important). 5) Start building pong, when you are done you have learned the basics. After you are done make a 2d scroller. Then make a 2d scroller using Data structures. Then make a simple Opengl program.
-- Posted by amalsies at 8:50 am on Sep. 8, 2005
Quote: from Duekiller at 9:07 pm on Sep. 5, 2005
Here is how you go about it.... 1) Find a motivation, just wanting to learn does not really work, you need a project. I will help you out and your first assigment is to make a pong game. 2) Learn a language, I would recommend java. Start by learning a simple program that asks you a bunch of options until the user chooses to exit. 3) Learn the syntax of the language. 4) LEARN HOW TO USE GOOGLE AND HOW TO SEARCH (this is important). 5) Start building pong, when you are done you have learned the basics. After you are done make a 2d scroller. Then make a 2d scroller using Data structures. Then make a simple Opengl program. 
thnx..
|