Search:

Type: Posts; User: sponi

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    5,394

    So how exactly does that work? what is EOF? I've...

    So how exactly does that work? what is EOF? I've only gotten through the first 3 sections of Teach Yourself C by Herbert Schildt
  2. Replies
    24
    Views
    5,394

    Hey guys, I finished the program i was stumped...

    Hey guys, I finished the program i was stumped with. After rereading and thinking more about it, it became abundantly clear and following your useful advice CommomTater.


    #include <stdio.h>...
  3. Replies
    24
    Views
    5,394

    Okay well, Im going to sleep soon, i'll try...

    Okay well, Im going to sleep soon, i'll try writing the program again and share my results in this thread tomorrow

    thanks everyone
  4. Replies
    24
    Views
    5,394

    Well there's the problem. I don't know how to...

    Well there's the problem. I don't know how to determine what kind of character it is

    Say i use variable char ch;

    Do I just use some parameters to determine if it's a letter? ie if(ch>a && ch<z)...
  5. Replies
    24
    Views
    5,394

    Determine what type of character it is? repeat...

    Determine what type of character it is?

    repeat the function to produce more input?
  6. Replies
    24
    Views
    5,394

    well i figure something like char ch; ...

    well i figure something like
    char ch;

    printf("enter digit");
    scanf("%c",&ch)
  7. Replies
    24
    Views
    5,394

    that's great and really helps, thanks

    that's great and really helps, thanks
  8. Replies
    24
    Views
    5,394

    Well I know about scanf, but i dont know how to...

    Well I know about scanf, but i dont know how to reiterate if i have the user enter 10 letters or 50
  9. Replies
    24
    Views
    5,394

    Don't have anything, dont know where to start ...

    Don't have anything, dont know where to start

    have tried to start it, but dont know what kind of loop or anything
  10. Replies
    24
    Views
    5,394

    Count number of letters...

    I'm currently teaching myself C from a book and as one of the exercises it asks to write a program that counts the number of letters, digits, and common punctuation symbols entered by the user.

    I...
Results 1 to 10 of 10