Search:

Type: Posts; User: carloswm85

Search: Search took 0.01 seconds.

  1. Got it. Thank you.

    Got it. Thank you.
  2. So, what is the integer value that is reading?...

    So, what is the integer value that is reading? The ASCII character codes? (ie: 101 for A, etc)



    I'm not sure what you're trying to explain here. I speak Spanish, and I struggle sometimes with...
  3. Ok, I've been studying a little further the...

    Ok, I've been studying a little further the secondary functions after reading your comments.




    double get_double(void)
    {
    double result;
  4. Obscure loop using scanf and getchar functions - Program for reading int and double

    Hi, guys.

    I have problems understanding this program.



    /*


    By now you have probably experienced problems with scanf insofar as when an invalid character is typed things go...
  5. I've found the solution. The problem was in how...

    I've found the solution. The problem was in how the input in scanf was being introduced. A blank space was needed before the format specifier %c

    This is:


    scanf(" %c", &option2);

    Notice...
  6. Nested SWITCH statement is not working for unknown reason

    Hi guys.

    For some unknown reason, my code is not working. It works during the first switch, but after scanning for the first input, the program terminates unexpectedly.

    Can you give some...
  7. Replies
    3
    Views
    3,127

    Oh, my Gosh... How in Heavens I didn't see...

    Oh, my Gosh... How in Heavens I didn't see that...! Hahaha... Thanks, brother!
  8. Replies
    3
    Views
    3,127

    Problem with DO and nested IF inside it

    Hello, guys.

    I have a problem with this code:



    /*

    Write a program “CASE” which reads an upper case character from the keyboard and prints it
    out in lower case.
Results 1 to 8 of 8