Search:

Type: Posts; User: kewell

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,935

    breadth-first-search

    How the breadth-first-search run? Can anyone shows me the source code?
  2. Thread: fflush(stdin)

    by kewell
    Replies
    3
    Views
    1,751

    fflush(stdin)

    Why we are not recommanded to use fflush(stdin)?
    What diffecent between gets() and scanf()?
  3. Replies
    4
    Views
    7,381

    My question is, is it possible to make the font...

    My question is, is it possible to make the font size bigger in DOS mode created by C.

    'A' represent 65 in ASCII code, then 'delete' , 'backspace', 'enter', and 'escape' represent what in ASCII...
  4. Replies
    4
    Views
    7,381

    Font size n ASCII code

    Is't possible to make the font size bigger in C?
    What the 'delete', 'enter', 'escape' and 'backspace' represent by ASCII code?
  5. Replies
    3
    Views
    1,395

    re-enter the info.

    I write the code to ask the user to enter some information like below:

    Enter your name: Kewill
    Enter your age: 20

    After the user entered his/her name and age, he/she realise that he/she...
  6. Replies
    1
    Views
    1,956

    font size and ASCII code

    Is it possible to make the font size bigger in C?
    What is the ASCII code for delete, enter and escape, backspace?
  7. Thread: linked list

    by kewell
    Replies
    5
    Views
    1,370

    Thanks

    THANK YOU VERY MUCH FOR THOSE WHO GIVE ME THE BIG HELP!!!
  8. Thread: linked list

    by kewell
    Replies
    5
    Views
    1,370

    linked list

    What is linked list. Can I have some example?
  9. Replies
    1
    Views
    2,562

    Stack-Postfix Expression

    I have another problem with stack. I want to evaluate a postfix expression and display the result. Below is my code but contain some errors. Anyone can help me?

    #include<stdio.h>...
  10. Replies
    16
    Views
    1,799

    Yes, I want to use stack to convert Base-8 number...

    Yes, I want to use stack to convert Base-8 number to decimal.
    Below is my code but contain some errors. I tried thousand times already but still can not solve the problem. I hope someone can help me...
  11. Replies
    16
    Views
    1,799

    Can you briefly describe how the following code...

    Can you briefly describe how the following code
    work. I can not understand how it work.

    Thank you very much..

    #include <stdio.h>
    #include <stdlib.h>

    static int validate ( char *input )
    {
  12. Replies
    16
    Views
    1,799

    Can u tell me how to convert number to string and...

    Can u tell me how to convert number to string and then validate it? I just a beginner in C.

    THX.
  13. Replies
    16
    Views
    1,799

    Number that can not contain 8 and 9

    I want to enter a number, but the number cannot contain 8 and 9. How can I do it?
    THX.:)
Results 1 to 13 of 13