Search:

Type: Posts; User: Ultraman

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,023

    Good to know. Thanks!

    Good to know. Thanks!
  2. Replies
    12
    Views
    2,023

    I can't answer that last question (yet), but from...

    I can't answer that last question (yet), but from one noob to another, I've got a suggestion and a question. Since you already have a "using" statement (using namespace std), you don't need to put...
  3. Replies
    4
    Views
    1,990

    Thanks to all of you. Now it works as it should...

    Thanks to all of you. Now it works as it should (and better than that, I now get it).

    And yeah, that 'return sum' was left over from an earlier exercise. Quite out of place, eh? Whoever edited the...
  4. Replies
    4
    Views
    1,990

    Noob problem - function call

    Hi,

    I am trying out a recommended book, "C++ Without Fear," and am having a problem with one of the exercises in the book and on the cd.

    The exercise states "Write a function named print_out...
  5. Replies
    4
    Views
    1,070

    Doh! :) Thanks for the quick replies...

    Doh! :)

    Thanks for the quick replies Desolation. All is now well.
  6. Replies
    4
    Views
    1,070

    Any numbers i enter, with the first being lower,...

    Any numbers i enter, with the first being lower, of course. If I enter '1' and '20', the result is

    '21'

    If i enter '20' and '100,' I get

    '101'


    I just tried reversing my input by...
  7. Replies
    4
    Views
    1,070

    Noob problem with "for" statement

    Or it might be a problem elsewhere?

    I am doing an exercise from a recommended book, in which I am trying to get the program to print all numbers from n1 to n2 .

    Here is what I have come up...
Results 1 to 7 of 7