Search:

Type: Posts; User: Boltrig

Search: Search took 0.01 seconds.

  1. Thread: Using arrays?

    by Boltrig
    Replies
    11
    Views
    1,347

    Using arrays?

    Im making a database program, and I think I can use an array for it.

    Rather than list the whole specification, ill just use the adding a record function as an example.

    I need to add a record,...
  2. Replies
    2
    Views
    2,949

    Ok, Ive written my header file (I think), so that...

    Ok, Ive written my header file (I think), so that problem should dissapear


    //typedef code already given
    typedef struct {
    char surname[21];
    char firstname[21];
    char studentID[20];
    int...
  3. Replies
    2
    Views
    2,949

    Database assignment is Killing me!

    Ive been given this assignment to do, and I have no idea how to go about it. Unluckily the coin toss gave me module B to do which is the hardest!



    I would really apreciate any help you can give...
  4. Replies
    1
    Views
    1,195

    Complete newbie is lost

    Hey all. First post so please be gentle :P

    Ive written a few simple c programs before, but Ive been launched straight into the deep end on this one. Then I found out the deep end has sharks!
    ...
Results 1 to 4 of 4