Jump to content

Programming Projects for Beginners

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
I want some idea from the C++ guru's for my term project , we have studied till filing , i dont want to make some database project so can you people tell a project other then database?


Thanks

#2
mendim.

mendim.

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,393 posts
I'm not a GURU but start making a Calculator , an analog clock ..

#3
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
A file is just like a database.

Make a crossword game, or a sudoku game or something. :)

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What skills is your final project supposed to demonstrate? I'm all for a sudoku game, but if it doesn't represent what you were supposed to learn during the term, it won't help you.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
roboticforest

roboticforest

    Programmer

  • Members
  • PipPipPipPip
  • 110 posts

WingedPanther said:

What skills is your final project supposed to demonstrate?

Exactly. If you need to focus on, or want to show off your skills with lists, make a shopping list organizer, or an inventory tracker. If you studied text parsing, make a dice roller that allows the user to type things like "2d6 + 1d8".
Dave