Search:

Type: Posts; User: g.mail

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,163

    So I tried something like this but it didn't...

    So I tried something like this but it didn't work. We just started learning funcitons so I'm not 100% with them.

    But heres the sh**ty code I came up with:


    #include <iostream>

    using...
  2. Replies
    7
    Views
    1,163

    Well if you could help that'd be awesome. I've...

    Well if you could help that'd be awesome. I've been going around this problem for a bit now..I just don't know how to use the declarations that are setup. You dont have to tell me the exact code,...
  3. Replies
    7
    Views
    1,163

    Rewrite using functions.

    Rewrite the following program using two functions, one for input and one for output. Use the function declarations given.



    #include <iostream>

    using namespace std;

    string input ();
    void...
  4. Replies
    3
    Views
    918

    Need help with this problem.

    I'm having pretty big problems with these class assignments.. Could someone please help me? It's killing me..

    Change the following program to pass two parameters to the function multiply and...
Results 1 to 4 of 5