Re: Learning c++
From: Alex (a_at_b.c)
Date: 11/06/03
- Next message: André Pönitz: "Re: Objects"
- Previous message: osmium: "Re: Objects"
- In reply to: Russ Savage: "Learning c++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 06 Nov 2003 08:01:54 -0500
On Thu, 06 Nov 2003 01:32:09 GMT, "Russ Savage"
<savageags@earthlink.net> wrote:
>I am learning c++ and I am having trouble coming up with ideas for programs
>to write to practice with. I have looked all over the web and have not
>found any sites which help with ideas.
>
>Does anyone know of a site which give you good programming practice
>problems?
How about a video store tracking program.
Or a program that keeps track of seats sold in a theatre with
different sections that have different prices. The section prices can
also change and there should be a way of displaying the seats and
whether they've been sold (you can use a '#' for an unsold seat and
'X' for a sold one, e.g.).
- Next message: André Pönitz: "Re: Objects"
- Previous message: osmium: "Re: Objects"
- In reply to: Russ Savage: "Learning c++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|