Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Creating MY own database with C++ and of course WinAPI

Creating MY own database with C++ and of course WinAPI

From: <holych_at_pin>
Date: Fri, 29 Nov 2002 23:01:27 -0800
Message-ID: <qhoguu4kecbcrjnp0dsseodvvesfb127vl@4ax.com>


How would I do this? My own text file of records. Maybe a CD collection:

ITEM # 1 Carpenter, Mary Chapin|Hometown Girl|CBS Records|1987

  1. A Lot Like Me
  2. Other Streets and Other Towns
  3. Blah Blah...

ITEM # 2 Carpenter, Mary Chapin|State of the Heart|CBS Records|1989

  1. How Do
  2. Something of A Dreamer.
  3. Blah Blah...

I would like to have a program that would allow the user to type in these titles (ENTER ARTIST NAME (last, first) ), (ENTER CD TITLE:). And then you could also add a picture of the CD artwork, sound clips, etc).

I know it would require WinAPI to create Windows..and I'm learning it..and I know some major things about C++. However I don't want to use Access or MySQL or any of that stuff..I just want to use a txt file or several txtfiles, maybe database.dat or something.

I know it would require looping, WinAPI, parsing, saving to the file, searching, etc.

If you have any ideas please help. Thanks. ~Jared Received on Sat Nov 30 2002 - 01:01:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US