CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dky

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,319

    Re: C languege (auto ganerate number)

    thx i know ald

    /* RAND.C: This program seeds the random-number generator
    * with the GetTickCount, then displays 10 random integers.
    */

    #include <stdlib.h>
    #include <stdio.h>
    #include...
  2. Replies
    7
    Views
    1,319

    Re: C languege (auto ganerate number)

    yayaya thx
    can you tech me how to write the "random numbers" segment
    example???
    yes i wan that "random pick number"!!!
  3. Replies
    7
    Views
    1,319

    C languege (auto ganerate number)

    How to use C languege to auto generate number???
    example:
    1001
    1002
    than 1st number is fit(1002)

    by not using this matter:
  4. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    thk for all done ald!
  5. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    void Booking(void)
    {
    strcpy(cust[sizeR][sizeC].flightNo,"AK65");
    strcpy(cust[sizeR][sizeC].date,"25-12-2008");
    strcpy(cust[sizeR][sizeC].time,"23:45");
    strcpy(cust[sizeR][sizeC].gate,"G9");...
  6. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    O oic
    ..
  7. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    question:
    now is this part make me blur:what i need to write in <if>the code that can let me check still got how many empty place in my cust array??
    Code:
    Code:
    for(row=0;row<sizeR;row++){...
  8. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    ok i try now!!
    question:
    now is this part make me blur:what i need to write in <if>the code that can let me check still got how many empty place in my cust array??
    Code:...
  9. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    you mean ald hv someone post this question?
    sorry i'm Junior Member and my english sos not well!
  10. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    T.T
    help pls
  11. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    help me help me!!
  12. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    i hv see FAQS ald.so now can tech me how to check array?
  13. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    icic !i ald cancel the keyword "struct"
    typedef struct{
    int id;
    char name;
    char flightNo[40];
    char date[20];
    char time;
    char gate;
    char seatNo;
    }customer;
  14. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    please explain more!!
  15. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    i hv change the code :
    void Booking(void)
    {
    int ID[4][5]={
    {0,0,0,0,0},
    {0,0,0,0,0},
    {0,0,0,0,0},
    {0,0,0,0,0}
    };
  16. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    if(cust[row][col] != 0)
    show by my compile ( binary '!=':'customer'does not define this operate or a conversion to a type acceptable to the predefined operator)
  17. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    #define sizeR 4
    #define sizeC 5

    void menu(void);
    void Booking(void);
    void getinf(void);
    void Display(void);
  18. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    pls pls tech me i rely try hard ald!!!
  19. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    Re: help me urgent

    help me!!!i dont know how to do the looping to check that array have element or not!!? help
  20. Thread: help me urgent

    by dky
    Replies
    32
    Views
    22,547

    help me urgent

    question:
    The airline company, KL AIRLINE, has engaged your teanm to develop a new Airline Ticket Reservation System....airplane wiyh the occupancy of "20 passengers".

    !.display the KL "Airline...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured