Search:

Type: Posts; User: Nyah Check

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    2,984

    /*This program creates a database to manage a...

    /*This program creates a database to manage a stock of goods.*/

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>



    #define MAXNAME 50
    #define MAXCODE 100
  2. Replies
    27
    Views
    2,984

    well since you need to start very large amounts...

    well since you need to start very large amounts of data a better data structure like a hash table would work or you could dynamically allocate memory for the array as it fills up...
Results 1 to 2 of 2