Search:

Type: Posts; User: confusedd

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,151

    Yes/No in a loop

    Here is part of my program that im having issues with. I know it still needs work and im not done, but on my loop, how can i get it to stop with a "n" or "N" selection? should i get rid of the for...
  2. Replies
    3
    Views
    1,143

    string to upper

    I must be staring at this for too long because Ive been able to do this simple loop in the past...not today. Im just trying to take a string including spaces or characters and convert it to uppercase...
  3. here are a few ways ive tried.... int...

    here are a few ways ive tried....


    int main(void)
    {
    int num_in_rank[NUM_RANKS];
    int num_in_suit[NUM_SUITS];


    for(;;){
  4. modifying a program from external declarations

    Hello, Im just looking for a step in the right direction. Im moving the 2 arrays "num_in_suit" and "num_in_rank" into the main function instead of external. But everytime I add them as arguments in...
  5. Thread: linker error

    by confusedd
    Replies
    3
    Views
    817

    Argh! Thank you! I read and re-read all 3 of...

    Argh! Thank you! I read and re-read all 3 of those lines looking for the spelling mistake. I must have been looking for too long. lol Thanks
  6. Thread: linker error

    by confusedd
    Replies
    3
    Views
    817

    linker error

    Hey, can anyone help me figure out why I keep getting a "linker error" when running this program?
    the error is- [Linker error] undefined reference to `billingamount(double, double, bool)'


    ...
  7. Replies
    7
    Views
    1,184

    Ah! Thank you Christop!

    Ah! Thank you Christop!
  8. Replies
    7
    Views
    1,184

    It executes and asks for the numbers, but doesnt...

    It executes and asks for the numbers, but doesnt add them. I just get a warning and compiler stops working with a "**process returned**" error.



    #include <stdio.h>


    #define SIZE 100
  9. Replies
    7
    Views
    1,184

    Ya, I just caught that one myself and edited it,...

    Ya, I just caught that one myself and edited it, however it's still not working. ?
  10. Replies
    7
    Views
    1,184

    functions with arrays

    Just learning functions and keep getting lost in the variables. So i took a step back and just tried to do a very basic adding function and its still not working. Where am i going wrong?



    ...
Results 1 to 10 of 10