Search:

Type: Posts; User: Daniel decosta

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    2,226

    ___________________ #include int...

    ___________________
    #include <stdlib.h>
    int main (void) {
    for ( ;; )
    malloc (10000);
    return 0; }
    ______________
    what does the about statement do???
  2. Replies
    11
    Views
    2,226

    i means the index number generated(accordingly)...

    i means the index number generated(accordingly) must unique.
    there suppose to be no duplication of the same index number.
    Example:

    ID no. 1001
    Name:Amy
    Age:20

    ID no. 1002
    Name:Danny
  3. Replies
    11
    Views
    2,226

    i want to know the way to make the program to...

    i want to know the way to make the program to generate index number in order manner(not random)

    example:
    ID no.1001

    ID no.1002

    ID no.1003 and so on
  4. Replies
    11
    Views
    2,226

    Auto generated

    How to make the index number auto generated by the program itself??

    AND how to make the index number unique(no duplication of the same number??

    i want to know the way to make the program to...
  5. Replies
    8
    Views
    1,967

    i can't seem to access to delete_participant and...

    i can't seem to access to
    delete_participant and modify_participant module.
    may i know why and please correct it for me.

    there is also error after the index number in the register participant...
  6. Replies
    8
    Views
    1,967

    i just learn c programming even if i know...

    i just learn c programming

    even if i know where is the error
    i also dunno how to correct it.
  7. Replies
    8
    Views
    1,967

    Modified code(still with errors)

    Please help me to identify and correct the errors.
    Thank you!!!(borland turbo c++ 4.5)
  8. Replies
    8
    Views
    1,967

    but i only allow to use borland turbo c++. this...

    but i only allow to use borland turbo c++.
    this make me having a lot of trouble.
  9. Replies
    8
    Views
    1,967

    How make the array(participant[50]) to 9999 i...

    How make the array(participant[50]) to 9999
    i try to change it before but the compiler said the array size is too large.
Results 1 to 9 of 9