Thread: C++ tasks

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    2

    C++ tasks

    I have just started to learn c++ and have been able to write some simple DOS programs. I have a book and its going ok so far. However, when i learn a new thing such as arrays, the book shows examples which i understand but i would like some exercises to practise the new bits to remember them better.

    Is there a web site that has exercises of programs for example: create a program to add up 2 numbers etc. I am sure that this will benifit many others who are also learning new things in c++

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    I recommend designing your own programs.

    Kuphryn

  3. #3
    Registered User HaLCy0n's Avatar
    Join Date
    Mar 2003
    Posts
    77
    Here are a couple programs you can try writing: http://guinness.cs.stevens-tech.edu/.../hw_index.html

    That's my school's intro to comp sci homework assignments, though I remember doing about three more than the ones listed, the last 3 of which were concerning classes. Atleast it might help in giving you something to try and tackle.

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    18
    I recommmend on not writing a book
    I need MONEY more than help with My C++ so yeah you get the idea

    C notes preferably LOL

  5. #5
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    Program ideas:
    -A little game
    -Learn about file i/o and make a program to write something (like a soccer schedule and email it)
    -Play any card games? I made a Yu-Gi-Oh LP calculator
    -Make a math program (gives you two random numbers then you multiply them and see how far you can go)

    [THOUGHT]Why do I have to give program ideas twice in one day? [/THOUGHT]
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 1 application - 4 tasks :: how to seperate?
    By Devils Child in forum Windows Programming
    Replies: 8
    Last Post: 02-24-2009, 03:24 AM
  2. Dont Kill Focus When Switching Tasks
    By stickman in forum Windows Programming
    Replies: 6
    Last Post: 11-17-2006, 09:08 PM
  3. Semaphores, OS tasks
    By Rennor in forum Networking/Device Communication
    Replies: 6
    Last Post: 08-24-2006, 10:58 PM
  4. c++ tasks ??
    By tcr8008 in forum C++ Programming
    Replies: 3
    Last Post: 10-18-2002, 02:02 PM
  5. removing default tasks?
    By Scourfish in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 03-19-2002, 12:36 PM