Search:

Type: Posts; User: Prezo

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,080

    Sorry just one more (case Multiple Selection)

    This just wont print, i dont understand??
    anyone with suggestions?


    {
    int menu, i, customer;
    printf("\t\t\t *****************\n");
    printf("\t\t\t ****MAIN MENU****\n");
    printf("\t\t\t...
  2. problem with printing a structed array using for loop

    hey im using a for loop to print some records from an array. When the records get printed, they all print but after the results come up, it just prints Garbage, i was just wondering how i can fix...
  3. Replies
    3
    Views
    1,453

    For loop ; printing records

    hey im using a for loop to print some records from an array. When the records get printed, they all print but after the results come up, it just prints Garbage, i was just wondering how i can fix...
  4. Replies
    4
    Views
    1,029

    do { printf( "\nEnter customer...

    do
    {

    printf( "\nEnter customer lastname Then First name (E.g. Jones John): ");
    gets ( customer[i].name );
    printf( "\nEnter phone number: " );
    gets( customer[i].phone );...
  5. Replies
    4
    Views
    1,029

    this is troubling me please help

    Hi everyone in this program down below in the while loop it works the first time, but when it goes back to start of the loop again, it skips the first question of the loop all the time, and it wont...
  6. Thread: Binary searches

    by Prezo
    Replies
    4
    Views
    3,301

    Binary searches

    Hey guys i was wondering, if someone would be able to try and explain how to do a binary search to me rather then a linear search. its been troubling me for ages!

    and i just cant get the basics...
Results 1 to 6 of 8