Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 87

Thread: Programmers

  1. #31
    Join Date
    26th September 2004 - 11:51
    Bike
    '90 GSXR250 in black
    Location
    Dunnas
    Posts
    1,646
    gotta agree, i'm second year info science learning java, well actually learning how to implement databases with java now but thats just bragging have done a bit of VB and a bit of pearl(very little bit of the later) i like java the best, using eclipse which underlines errors and things you might want to fix as you go which is cool, um basically get into it, start learning the sooner you start the sooner you can start coding the things you want
    http://computer.howstuffworks.com/program.htm

  2. #32
    Join Date
    1st August 2004 - 16:19
    Bike
    nothing :(
    Location
    Auckland
    Posts
    2,128
    Quote Originally Posted by Jeremy
    I'm going to differ from everyone else and say two other easy to acquire things.

    1st choice: Java

    Download the Java SDK and get JCreator [Simple editor that just works. No crazy stuff that Eclipse and Netbeans use]

    Why Java? It's stable. As fast as C++ (Not as fast as C) and most importantly it gives decent error messages. And error messages are what you rely on when you starting off. And unlike C++ you don't have to deal with namespaces. The documentation is okay, not quite as good as say the MSDN docs.

    2nd choice: Visual Basic 6 [Not .NET] . Quick results, most of the problems you'll have are due to poor programming techniques. Buy a decent book. Be prepared to learn maths, your sorting algorithms probably suck because you haven't had proper training not because of the language. Major advantage here is that if you have a runtime error then it'll drop you back to the ide, you can get edit and and resume from where you left off. Stay away from .NET, as you don't want to have to learn to program as well as learn .NET.

    Im sorry but you must fresh out of uni to think that java is as fast as c++ and then to say VB is great you must be on drugs.
    Second is the fastest loser

    "It is better to have ridden & crashed than never to have ridden at all" by Bruce Bennett

    DB is the new Porridge. Cause most of the mods must be sucking his cock ..... Or his giving them some oral help? How else can you explain it?

  3. #33
    Join Date
    1st August 2004 - 16:19
    Bike
    nothing :(
    Location
    Auckland
    Posts
    2,128
    Sniper just go to bloodshed.net they have a cool ide (Coding window) and is pretty easy to use
    Second is the fastest loser

    "It is better to have ridden & crashed than never to have ridden at all" by Bruce Bennett

    DB is the new Porridge. Cause most of the mods must be sucking his cock ..... Or his giving them some oral help? How else can you explain it?

  4. #34
    Join Date
    17th February 2005 - 11:00
    Bike
    sold it :(
    Location
    Manukau
    Posts
    236
    Quote Originally Posted by enigma51
    Im sorry but you must fresh out of uni to think that java is as fast as c++ and then to say VB is great you must be on drugs.
    Hey it's not my fault most people don't know that you have to do three things.

    1) Strip out the debug info, that switch is there for a reason.
    2) Switch the JVM to server mode. Watch as everything runs about 5x faster.
    3) Use strings properly, stringbuffers are there fora reason.

  5. #35
    Join Date
    1st August 2004 - 16:19
    Bike
    nothing :(
    Location
    Auckland
    Posts
    2,128
    Quote Originally Posted by Jeremy
    Hey it's not my fault most people don't know that you have to do three things.

    1) Strip out the debug info, that switch is there for a reason.
    2) Switch the JVM to server mode. Watch as everything runs about 5x faster.
    3) Use strings properly, stringbuffers are there fora reason.

    Sure mate what ever tickles you
    Second is the fastest loser

    "It is better to have ridden & crashed than never to have ridden at all" by Bruce Bennett

    DB is the new Porridge. Cause most of the mods must be sucking his cock ..... Or his giving them some oral help? How else can you explain it?

  6. #36
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    I've managed to stay far far away from C/C++ etc.

    TCL/TK for gui stuff.
    MySQL for db backends.

    Something fun like Euphoria for playing with.

  7. #37
    Join Date
    26th September 2004 - 11:51
    Bike
    '90 GSXR250 in black
    Location
    Dunnas
    Posts
    1,646
    whichever you learn first that will be the hard bit over, most languages are very similar so what i'm saying is once you've learnt one language you'll find it very easy to learn more

  8. #38
    Join Date
    7th November 2004 - 11:00
    Bike
    Aquired by locals
    Location
    Groote Eylandt
    Posts
    6,606
    Thanks guys, I having a play with C++. I'll keep you up to date and tell you how I go
    To every man upon this earth
    Death cometh sooner or late
    And how can a man die better
    Than facing fearful odds
    For the ashes of his fathers
    And the temples of his Gods

  9. #39
    Join Date
    26th September 2004 - 11:51
    Bike
    '90 GSXR250 in black
    Location
    Dunnas
    Posts
    1,646
    howstuffworks.com has good tutorials for most languages, take a look

  10. #40
    Join Date
    24th January 2005 - 15:45
    Bike
    2022 Suzuki GSX250R
    Location
    Manawatu
    Posts
    2,209
    Quote Originally Posted by Jeremy
    2nd choice: Visual Basic 6 [Not .NET]
    He said he wanted to learn a programming language.
    Motorbike Camping for the win!

  11. #41
    Join Date
    1st October 2004 - 09:26
    Bike
    Honda Hornet 900
    Location
    Auckland
    Posts
    301
    Quote Originally Posted by jrandom
    I'm perpetually scared that one day my employer will notice that they're essentially giving me money to do what I'd be doing anyway if I had enough free time.
    Yes, but you're a geek.
    Remember to never split an infinitive. The passive voice should never be used. Do not put statements in the negative form. Proofread carefully to see if you words out. And don't start a sentence with a conjugation. (William Safire)

  12. #42
    Join Date
    22nd April 2004 - 15:31
    Bike
    GSX-R600K3
    Location
    lower hutt
    Posts
    852
    Quote Originally Posted by Sniper
    Thanks guys, I having a play with C++. I'll keep you up to date and tell you how I go
    Sniper I think you may find object oriented stuff a bit overwelming (sp?) at first so it might be better to learn c and then apply object oriented stuff but up you. C & C++ share lots of similiarities and can be mixed/matched to some degree sucessfully. Main thing is have fun, despire what others may think, IT IS POSSIBLE TO HAVE FUN PROGRAMMING
    Life is difficult because it is non-linear.

  13. #43
    Join Date
    24th January 2005 - 15:45
    Bike
    2022 Suzuki GSX250R
    Location
    Manawatu
    Posts
    2,209
    Quote Originally Posted by parsley
    Yes, but you're a geek.
    Are you saying that's a Bad Thing?
    Motorbike Camping for the win!

  14. #44
    Join Date
    1st October 2004 - 09:26
    Bike
    Honda Hornet 900
    Location
    Auckland
    Posts
    301
    Quote Originally Posted by Wolf
    Are you saying that's a Bad Thing?
    I've been programming since I was 8, got a Masters in Software Engineering and been doing it professionally since 19 (ish).

    But at least I'm not a geek!
    Remember to never split an infinitive. The passive voice should never be used. Do not put statements in the negative form. Proofread carefully to see if you words out. And don't start a sentence with a conjugation. (William Safire)

  15. #45
    Join Date
    16th May 2004 - 12:00
    Bike
    02 Piaggio X9 250
    Location
    Christchurch
    Posts
    222
    Quote Originally Posted by dhunt
    IT IS POSSIBLE TO HAVE FUN PROGRAMMING
    But is it also possible to get a girlfriend?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •