Thread: Where to start?

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    9

    Where to start?

    I'm a newbie to programming. I mean it's always interested me since I was 15 yrs. old, but I never really had any help learning and wasn't too serious about it anyways until recently when I started looking at online Tutoials. I decided to learn C++ because it seems like the best language there is. I'm curious as to what kind of programs to start writing after the tutorial? Should I make goals? or just continue to write meaningless programs forever..I guess I don't know what to challenge myself with. Usually it's either way too hard or too easy....any suggestions?

  2. #2
    Registered User
    Join Date
    Aug 2002
    Posts
    87
    I believe the best next step is to think of some sort of program that you consider to be useful. something like a address book or something else big that you think you can't do. Then think about the different thing you need to complete this task. Start doing it and if you run into something you don't know how t do or do not completely understand write little meaningless programs to help you get to where you want to go. Then when you are done with your program you should look at it as a skeleton and keep on building by adding functionality or appearence. Then when ur done with that you do it again making the programs more complicated as you go on.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    479
    he's right the meaningless programs u make are the most meanigful of them all!

  4. #4
    Registered User moonwalker's Avatar
    Join Date
    Jul 2002
    Posts
    282

    hmm

    Here're some meaningful programs:

    1) Given a time at Texas, calculate the time in New Delhi, India

    This will sound stupid, but it is amazing that you discover many
    things you dont know trying to write this program...
    the problem starts with converting everything in minutes...
    comparing... etc..
    (check the internet for time zone conversions, (for e.g. India is GMT + 5:30 Hrs))

    2) Given distance in Kilometers, convert it to Miles
    Do the same with other units (pounds-kgs, etc)

    3) Write a program that multiplies matrices (this will be
    helpful in doing your homework if you're taking Matrices
    in school) .. i wrote one myself, and i use it to check my
    homework.

    4) Given a string, encrypt it... now don't say this is useless, this
    is one of the main reasons why computers are used by
    the military

    Good Luck!

  5. #5
    Registered User
    Join Date
    Aug 2002
    Posts
    9
    Thanks too all.. I have realized that it is very exciting compiling and running even a simple program....maybe i'm weird to think it's exciting but I do, it's like landing a new trick on my skateboard..thanks for the input everyone.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  3. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  4. GNOME Desktop won't start (Mandriva)
    By psychopath in forum Tech Board
    Replies: 10
    Last Post: 07-19-2006, 01:21 PM
  5. Start bar color in WinXP
    By confuted in forum Tech Board
    Replies: 4
    Last Post: 05-03-2003, 06:18 AM