Author Topic: I want to be a programmer  (Read 2913 times)

0 Members and 1 Guest are viewing this topic.

Offline Fox MiCloud

  • Full Member
  • ***
  • Male
  • Posts: 160
I want to be a programmer
« on: April 02, 2007, 01:20:43 pm »
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!"

Offline paintedwildcat

  • Newbie
  • *
  • Posts: 25
I want to be a programmer
« Reply #1 on: April 02, 2007, 02:09:15 pm »
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!

Offline Fox MiCloud

  • Full Member
  • ***
  • Male
  • Posts: 160
I want to be a programmer
« Reply #2 on: April 06, 2007, 02:43:24 pm »
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.

Offline kirbs

  • Full Member
  • ***
  • Male
  • Posts: 244
I want to be a programmer
« Reply #3 on: April 28, 2007, 01:37:42 am »
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.
Recently back from a furtopia vacation

Furry code: FCf3a A- C->++ D++++ H? M- P- R--- T+++ W Z- Sm# RL~RB a- c++ d+ e- f- h++/* i++ j p++ sm#

Offline 466314

  • ****
  • Posts: 332
I want to be a programmer
« Reply #4 on: April 28, 2007, 08:07:35 am »
-
« Last Edit: August 06, 2019, 05:04:13 pm by 466314 »

Offline AttorneyAtLawl

  • Jr. Member
  • **
  • Male
  • Posts: 95
    • www.furfags.com
I want to be a programmer
« Reply #5 on: April 29, 2007, 03:36:23 am »
Uh... go to college? Buy a book? Google?  I'm confused a bit. Are you trying to learn how to program professionally as a career, or just start now and do little spare-time projects?
PLEASE HELP, I AM HOMELESS AND MY CAT IS HUGE.
I love whoever knows the quote.

Offline Vulpyro

  • Newbie
  • *
  • Posts: 30
I want to be a programmer
« Reply #6 on: April 29, 2007, 11:20:30 am »
Start with C++

Offline weese

  • Hero Member
  • In ur Screen, likin' ur pixelz!
  • *****
  • Male
  • Posts: 2865
I want to be a programmer
« Reply #7 on: October 25, 2007, 10:25:54 pm »
Quote (Vulpyro @ April 29 2007, 11:20 am)
Start with C++

Thats what I did, and I had SO much fun with it.
My fur code:
FCft3a A-- C- D H+ M? P++ R T+++ W- Z- Sm- RL- a- cl++ d-- e- f h* i++ j p+++ sm-.      <-- Is outdated.

Avatar by Mazz.

I want to be a programmer
« Reply #8 on: October 26, 2007, 09:51:25 am »
A bit late, I know, but if you download Linux (for example Debian) there are a LOT of free programming tools you can download right from the package manager.  If you're doing server-side code like PHP or whatever there are free servers, too (Apache is an industry standard).

Offline WhiteShepherd

  • furtopia.org Sysop!
  • *
  • Male
  • Posts: 4842
    • http://www.whiteshepherd.furtopia.org
I want to be a programmer
« Reply #9 on: October 26, 2007, 11:48:55 am »
It depends on what you want to do.  If you want to start out with simple programs that run on windows Pascal is also a good option.  You can get a free compiler at www.freepascal.org .  It's feature rich and is what I've used to write Furtopia's CGI scripts.

  WhiteShepherd
IRC quotes:

[05:01] <Kai_Misou> We cats sleep when we want and where we want.
[05:01] <WhiteShep> We dogs sleep WHEN we can. :/
<!--QuoteEnd--></td></tr></table><span =''><!--Quot

Offline Lascivus_Lutra

  • Hero Member
  • Otterly Amazing
  • *****
  • Male
  • Posts: 2786
    • Otterly Amazing Tails
I want to be a programmer
« Reply #10 on: October 26, 2007, 12:45:41 pm »
Building on WhiteShepherd's suggestion, you can get some basic understanding of Pascal here, www.taoyue.com/tutorials/pascal/
Otterly Amazing Tails

Member: Stuck In The Elevator Club

Offline Acton

  • Hero Member
  • Species: Republican Black Bear
  • Unrepentant Furry, Otaku and Anglican.
  • *****
  • Male
  • Posts: 2382
    • Acton Hermitage
I want to be a programmer
« Reply #11 on: October 26, 2007, 05:01:41 pm »
Here is another way to go. Go to  Visual Express Web Page and download  Microsoft Visual express 2005 or the 2008 betas. You can pick you poison Visual Basic, C++, C# or Java. these are full blown IDE. I used C# to create my own RSS podcast downloader.