Search:

Type: Posts; User: f4ichick02

Search: Search took 0.01 seconds.

  1. Thank you so much. I am taking VB, C, and PHP for...

    Thank you so much. I am taking VB, C, and PHP for school so I get a little mixed up sometimes. Thank you so much for the pointers in order to head me to the correct direction! I really appreciate it!
  2. Can someone tell me why I keep getting so many "fatal" errors

    Good evening all-

    I was just wondering if someone could take a look at my program and let me know why I am getting so many errors...It comes up with fatal errors all over the place like for...
  3. ohh i see. thanks a lot for the help. I was...

    ohh i see. thanks a lot for the help. I was typing it with a decimal. Makes perfect sense now. Thanks so much!! I really appreciate it!
  4. ok i get that. i fixed it by multiplying it using...

    ok i get that. i fixed it by multiplying it using the *. But when i run it, it prompts me for pennies(the first prompt) but then it doesn't prompt me for the quarters, dimes, etc and automatically...
  5. keep getting error C2064: term does not evaluate to a function taking 1 arguments

    Can someone tell me what this means? I keep getting this error on a couple lines. (Will bold to let you know which ones) I would really appreciate it. Thanks!
    error C2064: term does not evaluate to...
  6. Replies
    12
    Views
    1,821

    I appreciate that help. I understand what your...

    I appreciate that help. I understand what your talking about with this comment "I'm sure it's wrong to ask them "how many quarters?", and then just print up
    "You have N quarters". " That is why I I...
  7. Replies
    12
    Views
    1,821

    No the reason why I was talking about the loop...

    No the reason why I was talking about the loop was because the first reply from the user quzah said to put do. That is what I was talking about with the loop. I do have the first line inside braces?...
  8. Replies
    12
    Views
    1,821

    Oh and the part I am having problems with is the...

    Oh and the part I am having problems with is the Option B part. I have the Option A part working fine. I just get errors on the B part. That is what I am confused about why it is not working. Sorry...
  9. Replies
    12
    Views
    1,821

    loop

    I am just confused on why this should be a loop. I just want it to take the user input and convert it into the money value. I am still getting this error that I really don't understand where it is...
  10. Replies
    12
    Views
    1,821

    reply about my question

    Isn't "do" considered a loop? I don't think a loop would be necessary in what I am trying to do. Sorry I am just confused with that.
  11. Replies
    12
    Views
    1,821

    help with change program

    Hi everyone. This is my 3rd program I have ever written in C and I am needing some help. The objective is to display the total number of coins for each type, the monetary value by type, the total...
  12. Replies
    1
    Views
    837

    c program help

    Hi- This is my first program I am learning to write. I am trying to write a program that where you have to display the total number of coins for each type, the monetary value by type, the total...
  13. Replies
    4
    Views
    1,265

    reply

    From what I understand from the person trying to teach me this.. You need to hold it in the buffer. I don't fully understand how it all works..am reading on it now but that's the way I thought I was...
  14. Replies
    4
    Views
    1,265

    Help with printf

    Can someone explain what i am doing wrong..I am new to C and trying to print out the hexadecimal, decimal, etc. to the ouput but I get the same output for each character I type in which obviously...
  15. Replies
    3
    Views
    1,207

    reply

    Is that what the %x does?? Converts it into a hexadecimal. Here is what I have so far..


    #include <stdio.h>

    main()
    { char c[5];

    puts("Enter Character:");...
  16. Replies
    3
    Views
    1,207

    Help with Hexadecimal Conversion

    I am trying to create a program where when I enter a character, after the user presses enter it displays the hexadecimal of it. I am seeming to have problems finding how to do it. Any suggestions?...
Results 1 to 16 of 16