Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Programming for an Idiot


RedJacket7
 Share

Recommended Posts

I'd like to learn how to program my game, but I don't have any experience in programming of any sort.

Now that I'm not in school, where should I begin and what would I need to learn to start programming with eclipse?

I have vb6 installed, and have alot of free time to learn too if that helps.
Link to comment
Share on other sites

What I did was start with googling a few simple tutorials such as hello world, calculator, etc… from there, I simply opened up eclipse and started playing with it. Nothing major, simple messages and stuff until you get a good idea of what everything is all about. Simply takes time.
Link to comment
Share on other sites

My recommendation is to first research the elements of an application, this being variables, data types, functions, sub-routines, and the flow. Then I would specifically research these for VB6 and see how/where they correlate into Eclipse Origins.

I would NOT begin with the client <-> server connection, or the server at all other than for editing sub-routines.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...