Search:

Type: Posts; User: MuzicMedia

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,216

    Photoshop (sry)

    dumb question , how do i copy a image from another file to a seperate file?
  2. Replies
    12
    Views
    1,557

    only 2 members

    Hey Blurr can you help me with a function?
  3. Replies
    1
    Views
    1,060

    Help with Code (function)

    Can some1 help tell me y my function keeps having errors? I want the user to enter 4 price s, total sales each products sale is worth 25% of the sale. I wanna take these 4 products and calculate an...
  4. Replies
    2
    Views
    1,024

    Please check-I'm a newbie

    Do I have the correct code?
    It compiles and runs but I'm new to this and I'm just making sure.


    #include<iostream>
    #include<iomanip>
    #include<stdlib.h>
    using namespace std;

    // prototype...
  5. Replies
    7
    Views
    1,526

    #include #include...

    #include<iostream>
    #include<iomanip>
    #include<stdlib.h>
    using namespace std;

    // prototype goes here

    double calcint(double amount, double rate);

    int year;
  6. Replies
    7
    Views
    1,526

    Why do you need to reprint the prototype after...

    Why do you need to reprint the prototype after the return?
  7. Replies
    7
    Views
    1,526

    Is this used correctly?

    / Functions calculate the area and the perimeter of a lot given
    // the length and the width;
    #include<iostream>
    #include<iomanip>
    using namespace std;

    // Prototypes Here
    double...
  8. Thread: Prototypes?

    by MuzicMedia
    Replies
    24
    Views
    2,465

    Thank you. Does it always have to be double,...

    Thank you. Does it always have to be double, because those are the only examples i seem to find?

    -After the calcint(amount, rate), do i have to put in parentheses which things are associated...
  9. Thread: Prototypes?

    by MuzicMedia
    Replies
    24
    Views
    2,465

    Wow, this site is great.

    Wow, this site is great.
  10. Thread: Prototypes?

    by MuzicMedia
    Replies
    24
    Views
    2,465

    Replied

    Replied
  11. Thread: Prototypes?

    by MuzicMedia
    Replies
    24
    Views
    2,465

    Yes i am. and could u finish the program so i can...

    Yes i am. and could u finish the program so i can get a step by step basis of how to complete my programs. its a hybrid course so i have little help for the instructor. Thank you
  12. Thread: Prototypes?

    by MuzicMedia
    Replies
    24
    Views
    2,465

    Prototypes?

    My instructor wishes for me to construct prototypes for a small program but I'm having a time figuring this out. help please.

    // interest.cpp
    // Date: Feb 25, 2008
    // Calculate the simple...
Results 1 to 12 of 12