Search:

Type: Posts; User: SithVegeta

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,549

    wow. I all the sudden feel very small, thank you...

    wow. I all the sudden feel very small, thank you very much for your help and yeh it only requires that I use 2 "getchar()"'s after I did that. Why would having the "\n" cause the program to act like...
  2. Replies
    6
    Views
    2,549

    A Few Short Questions....

    #include <stdio.h>
    int main(void)
    {
    int in;

    printf("Please enter an ascii number to convert: ");
    scanf("%d\n", &in);
    printf("You entered %d, the regular value is %c\n",...
Results 1 to 2 of 2