community group sub-forums > tech talk

I want to be a programmer

(1/3) > >>

Fox MiCloud:
I am really good with computers and can fix anything that I have faced, but I want to be a programmer, and don't really know what to do. Any programs, suggestions, or ideas would be very helpful.

(I would give my e-mail, but I am still too nervous to do that.)

Fox MiCloud,

"I will take the sky anyday"

"Do your best, and when you think you have done your best, push harder."

"Never give up!"

paintedwildcat:
Uhm.. start programming things?

No, seriously - the best way to learn how to program is by doing it.

Think of a simple project you'd like to do - it doesn't matter if it's already been done, or even if it's actually useful - the point is for you to gain skill by building it.

Pick one of the programming languages you can get a compiler for free in - Perl might be a good option; it's fairly easy to pick up, but it's good, especially when dealing with strings.

Other options are things like Ruby, which I haven't learned myself, but I've heard a lot of good things about.  Look around and see what languages interest you..

Break up your project into small, concrete steps that you can do and then test - if you need to read something from a file, alter it, and then print it out, say, first write code that will print a hard-coded phrase; test it. Then write code that will read a file and print it directly out; test it. Then write the bit that does the alteration.

Testing all the time may seem like a pain, but it's much better than running your 600-line program for the first time, having it fail, and then having no idea where to even begin looking for the problem...

Once you've started learning, asking for help about specific things is helpful - try things until you get stuck, then get help, then go even further before getting stuck again!

Good luck!

Fox MiCloud:
Thanks for the help. I will check the languages. I just don't know exactly what would be best for starting out. I have heard that Games are one of the easiest to do, but it looks like it requires a game engine to make one. I am just spinning in circles at the moment, any more help will also be appreciated.

kirbs:
try Gamemaker for some beginner-style object based programming (use gamemaker 6.1). if you have flash try doing a bit of action script.

The best program for becoming fluent in is C or its variants. Knowing C gives you a pretty good understanding of coding structure and appearance.

Gamemaker is free for a beginner's edition but the cost for a full version is roughly $35 US It's capabilities are extremely limited though when compared to flash or C, so if you decide to use it, don't get stuck down by it.

466314:
-

Navigation

[0] Message Index

[#] Next page

Go to full version