Search:

Type: Posts; User: kit

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,125

    Can you give me an example on this? I haven't...

    Can you give me an example on this? I haven't learn how to use 'friend' before. Thanks.
  2. Replies
    3
    Views
    1,125

    Need help with linked list

    How can I access the private data members of the other class. There are two classes - a recordClass and databaseClass

    // recordClass declaration
    recordClass {

    public:

    // set...
  3. Replies
    8
    Views
    2,108

    Delete a record

    How could delete a record in the database using Class. There are two class: record class and databse class. A record would consist to student name, ID#, etc.... So, in the record class, there are...
  4. Replies
    8
    Views
    2,108

    Since I need at least two classes: one for the...

    Since I need at least two classes: one for the Database class and one for the student record class. I can see that you basically use the Database class to initialize (constructor), insertRecord,...
  5. Replies
    8
    Views
    2,108

    Overload (+) operator

    Can anyone help!

    Problem: write a program to initialize, add to, remove from, and print out a list of records. The database and the records should be separate C++ classes. In addition,...
  6. Thread: struct

    by kit
    Replies
    1
    Views
    1,170

    struct

    Hi -

    Can anyone help me with struct. I've been asked to write a program to add and remove a list of records (ie. a database). Each record will contain a name, id, gpa, etc... The requirement...
Results 1 to 6 of 6