Search:

Type: Posts; User: catalyst

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,660

    what's wrong with the following code?

    Hello ppl, was wondering if you can help with me with some pointer code.




    void Menu()
    {
    char* phone;
    char* name;
  2. Replies
    3
    Views
    1,702

    do..while loop problems

    I don't know if this is OS-related or not. I'm compiling with DJGPP on a machine that is running WinME. Here is the code:

    do {
    gotoxy(24,7);
    cscanf(" %u",&type);
    fflush(stdin);
    if (type...
  3. Replies
    2
    Views
    1,645

    fixed

    don't worry about it.. i just fixed the problem turned out that i should have had a space in scanf() where i didn't
Results 1 to 3 of 3