Results 1 to 4 of 4

Thread: Programming - Where do i start?

  1. #1
    Keeping The Balance CybertecOne's Avatar
    Join Date
    Aug 2004
    Location
    Australia
    Posts
    660

    Programming - Where do i start?

    Hey gang,

    Firstly, im glad to see a number of familiar faces still active around here

    Im an IT Consultant that administers server/networks, configs routers/firewalls, deals with EVERything a client throws at me, server migrations, new tech implimentations, everything - And its fine, i enjoy my work but throughout the years i wanted to aspire to software programming.

    Problem being that with my work as it is, i never have the time to sit down and learn. In the wayback of highschool i self taught HTML which i still enjoy every now and then but scripting and the tiniest bit of VB which i dont remember any of and that is my exposure to software development.

    I now have the time to learn to program and the dedication to want to pursue it seriously. So this is something im taking seriously and want to get into .... its not a newb question saying how do i write perl >?

    So what would you all recommend on where to start and how hard to tackle the situation.

    cheers all


    CTO
    "Any intelligent fool can make things bigger and more complex... It takes a touch of genius --- and a lot of courage to move in the opposite direction."
    - Albert Einstein

  2. #2
    get your hands dirty rightaway! There are a lot of FOSS projects which are always looking for new contributors. If you wanna start off with C, make it a point to get familiar with gcc too. I myself have never worked on VB or for that matter much of GUI programming on Windows but I guess you could do something about the Windows ports of various FOSS projects. If you are already familiar with C or C++, you could try your hand at python too. Python provides a high level of abstraction that would help you to write code that is more organized and more focussed on the solution of the problem on hand rather than how to go about solving it.

    It would be a good idea to improve your programming skills with problems from Project Euler or various other online coding resources. It won't exactly help you write a piece of software but would make you a good programmer nonetheless.

    All the best!

  3. #3
    Keeping The Balance CybertecOne's Avatar
    Join Date
    Aug 2004
    Location
    Australia
    Posts
    660
    Cheers - If anyone can help me out with advice on which languages to start with and links to your favourite compilers that would be awesome too
    "Any intelligent fool can make things bigger and more complex... It takes a touch of genius --- and a lot of courage to move in the opposite direction."
    - Albert Einstein

  4. #4
    Senior Member Raion's Avatar
    Join Date
    Dec 2003
    Location
    New York, New York
    Posts
    1,299
    My programming professor would tell you to start with Perl, I started with PHP & Qbasic (roughly, didn't really get into too complicated stuff with PHP and Qbasic is...basic.) and now Java.

    So personally, I'd say Java even though people complain about the objects (but I know no better so works for me )

    I use Eclipse for a compiler, beautiful piece of work. It makes learning Java easier even though I found Java to be easy as is.

    As for how to go about learning it, I found that the easiest way for me to learn is to think of a program I want to make (e.g. Hello World!"), then find out how to make it. Then improve that program until improvements can't be done anymore (Make Hello World appear in an applet [for Java] with balls randomly shooting at it and slowly deteriorating the words). It's a good baseline and always keeps me interested Hope this helps.
    Last edited by Raion; May 10th, 2008 at 12:49 AM.
    WARNING: THIS SIGNATURE IS SHAREWARE PLEASE REGISTER THIS SIGNATURE BY SENDING ME MONEY TO SEE THE COMPLETE SIGNATURE!

Similar Threads

  1. Windows Error Messages
    By cheyenne1212 in forum Miscellaneous Security Discussions
    Replies: 7
    Last Post: February 1st, 2012, 02:51 PM
  2. Windows 2000 Tips
    By Nokia in forum Tips and Tricks
    Replies: 0
    Last Post: June 12th, 2004, 05:13 PM
  3. Socket Programming Part 1
    By ajit in forum Other Tutorials Forum
    Replies: 8
    Last Post: April 3rd, 2003, 11:34 AM
  4. Replies: 0
    Last Post: November 8th, 2002, 08:30 AM
  5. where to start in programming?
    By x718xpimp in forum AntiOnline's General Chit Chat
    Replies: 15
    Last Post: April 1st, 2002, 10:15 PM

Posting Permissions

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