Search:

Type: Posts; User: giggsy

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    114,961

    Sticky: I tried the following: /* a function that...

    I tried the following:


    /* a function that tests whether an integer is even, returning a true or false
    answer */

    #include <iostream>

    using namespace std;
  2. Replies
    11
    Views
    114,961

    Sticky: FAQ: How to test whether integer is even or odd

    Hi. I need to write a function that tests whether an integer is even or not. This is how far I've got. I wasn't sure if its best to use an 'if' statement in the function.


    /* a function that...
  3. Replies
    15
    Views
    6,193

    Thanks for everyone's help!

    Thanks for everyone's help!
  4. Replies
    15
    Views
    6,193

    Thanks orbitz it works fine. Can someone explain...

    Thanks orbitz it works fine. Can someone explain to me what the following line does and how it works:


    for(int i = 0; i < n; i++)

    I haven't studied it yet on my course.

    Cheers.
  5. Replies
    15
    Views
    6,193

    Ok. I tried the following: /* a function to...

    Ok. I tried the following:


    /* a function to write a string a given number of times, as specified in a
    second parameter */

    #include <iostream>
    #include <string>

    using std::cout; ...
  6. Replies
    15
    Views
    6,193

    Thanks Monster. The first suggestion worked...

    Thanks Monster. The first suggestion worked fine. But the second one didn't work. This is how I implemented it:


    /* a function to write a string a given number of times, as specified in a
    ...
  7. Replies
    15
    Views
    6,193

    Another question

    Hi. Here is another question. I'm trying to write a function that will write a string a given number of times (specified by user). How would I do this?


    /* a function to write a string a given...
  8. Replies
    15
    Views
    6,193

    Thanks for the quick reply SilentStrike.

    Thanks for the quick reply SilentStrike.
  9. Replies
    5
    Views
    1,883

    The ACCU website has very good reviews and...

    The ACCU website has very good reviews and recommendations for C++ books.

    Check it out at:

    http://www.accu.org/bookreviews/public/reviews/0sb/index.htm

    Click on 'advance C++' or 'beginner's...
  10. Replies
    4
    Views
    1,686

    Thanks for your reply guys. Will do as you have...

    Thanks for your reply guys. Will do as you have requested. In the meantime I have another question.

    I have to write suitable variable declarations and C++ boolean expressions to test the...
  11. Replies
    4
    Views
    1,686

    C++ Data input & variables - please help

    Hi. I'm new to C++ and I would really appreciate if someone could help me out with a program I'm writing. I want to write a program that needs to calculate working hours at the workplace.

    1. It...
Results 1 to 11 of 11