Search:

Type: Posts; User: ceddsoboss

Search: Search took 0.01 seconds.

  1. thanks for the response. the members are declared...

    thanks for the response. the members are declared in my spec file. How do I perform the referencing you speak of?
  2. converting string to char; storing info in a class

    I'm having a problem with converting a string to a char. ; Also I keep getting errors in regards to storing info in a object that will be stored in a class data member. Can anyone help?

    ...
  3. Replies
    10
    Views
    1,934

    thanks anduril, I appreciate it

    thanks anduril, I appreciate it
  4. Replies
    10
    Views
    1,934

    Here is the revised code //Function...

    Here is the revised code


    //Function Prototype

    void printHeading ();

    void input_temps( int temp_array[], int n );

    void display_temps( int temps[], int num, float avg);
  5. Replies
    10
    Views
    1,934

    @anduril462 I see what you're saying about the...

    @anduril462 I see what you're saying about the first part but I chose to do that so when I print out my input it will show 1 first, not 0. Secondly, I tried passing "return avg;" from calculate_avg...
  6. Replies
    10
    Views
    1,934

    @commontater I tried returning avg and passing it...

    @commontater I tried returning avg and passing it as a parameter but it didn't work -- I'll try something else.
  7. Replies
    10
    Views
    1,934

    syntax confusion with array/pointer

    Hello guys -- I have problem. There is specific function within my code that I'm having a hard time reconfiguring. In the "display_temps" function, I want to print a "+" beside the temp if it is...
  8. Replies
    3
    Views
    15,429

    Great, thanks commontater

    Great, thanks commontater
  9. Replies
    3
    Views
    15,429

    dice rolling in c

    Ok, I want to just say that this dice rolling program has been a pain in the .......... from the beginning, ok -- moving on.

    I want to know if anyone at all could give me a hint as to how to find...
  10. Replies
    12
    Views
    2,732

    Ok, so the problem was with the redundancy of my...

    Ok, so the problem was with the redundancy of my relational operators and the ampersand before the total1-4 variables. Here is the revised code...




    #include <stdio.h>

    int main ()

    {
  11. Replies
    12
    Views
    2,732

    If you can help, fine; if not dont worry about it.

    If you can help, fine; if not dont worry about it.
  12. Replies
    12
    Views
    2,732

    faulty code?

    I have been trying to figure out why the assignment operator for my total1-4 variables are not working. can anyone help?




    #include <stdio.h>

    int main ()

    {
  13. Replies
    3
    Views
    4,113

    Ok, great! Thanks guys...

    Ok, great! Thanks guys...
  14. Replies
    3
    Views
    4,113

    how to return function to its beginning

    I am trying to figure out exactly how to return a function to its very beginning after it ends (for any reason at all).

    I will use pseudo code to exemplify:

    printf please enter your age;
    ...
Results 1 to 14 of 14