Search:

Type: Posts; User: John Malloc

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    3,956

    the number 2600 is the index to the array.

    the number 2600 is the index to the array.
  2. Replies
    12
    Views
    3,956

    its a float array with 17 members. the code is...

    its a float array with 17 members. the code is complied in Microsoft C 1.52 compiler. runs under DOS. thanks to everyone who helped
  3. Replies
    12
    Views
    3,956

    Error Using Malloc

    thanks everyone. the array is global in a glob.h file.
    insert



    typedef struct
    {
    float time
    float key
    .
  4. Replies
    12
    Views
    3,956

    Thanks the array is global. I will use malloc

    Thanks the array is global. I will use malloc
  5. Replies
    12
    Views
    3,956

    Declaring huge Arrays

    I declared an array deskone[2600] and got an error "error c2900: huge array cannot be aligned to segment boundary". the error goes away when I reduced the elements in the array to 1900. I need this...
Results 1 to 5 of 5