Search:

Type: Posts; User: tsdad

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    846

    Matticus, Thanks for the help. You are saying...

    Matticus,
    Thanks for the help. You are saying that I am getting the results that I want and thereby can use them in the next step, it is just that they are not being printed. If I reduce my scope...
  2. Thanks for the direction. Will get back to you, ...

    Thanks for the direction. Will get back to you,
    Dan
  3. Replies
    4
    Views
    846

    Another question about syntax

    Group,
    Again, self teaching has its limitations.
    Below is code that ultimately will answer question 3: design a program that finds all numbers from 1 to 1000 whose prime factors, when added...
  4. Elysia and antred, Thank you for your comments....

    Elysia and antred,
    Thank you for your comments.
    First, Elysia, thank you for thinking I know what I am doing. I am throwing things in the dark and seeing if they stick as anything else. ...
  5. Thank you very much. it is always the little...

    Thank you very much. it is always the little things.
    Dan
  6. Problem passing argument into function, basic problem

    Group,
    Again, I am new at this and need help figuring out how to pass an int that I got from user input into a function to use it. I am trying to print out the words to a string of numbers.
    I got...
  7. Replies
    13
    Views
    1,880

    My time will come. Dan

    My time will come.
    Dan
  8. Replies
    13
    Views
    1,880

    Thanks Elysia Dan

    Thanks Elysia
    Dan
  9. Replies
    15
    Views
    2,667

    First off, thank you for thinking about this. ...

    First off, thank you for thinking about this.
    The first suggestion did not give me what I was looking for, there is no break for a correct answer if I lose the if statement with the break, until I...
  10. Replies
    13
    Views
    1,880

    Thanks Kurt, Your first response, now that I...

    Thanks Kurt,
    Your first response, now that I have had time to absorb, was the best advice. I did not need i. The learning was to have an increment other than the common i++. Below is the final...
  11. Replies
    13
    Views
    1,880

    Thank you for your help. it works. i will think...

    Thank you for your help. it works. i will think about it and ask a question about why this works, probably tomorrow
    again, thanks,
    dan
  12. Replies
    13
    Views
    1,880

    you have to run this to understand the problem i...

    you have to run this to understand the problem i am having. i am able to add multiple inputs to each other. the problem is that 2 plus 2 is 1977749862. than i add the next 2 and get 1977749864. the...
  13. Replies
    13
    Views
    1,880

    Thank you Zuk but that would work if I only...

    Thank you Zuk but that would work if I only wanted to go through the sequence once. I want to be able to add repeated inputs together, as long as they are not 0.
    tdad
  14. Replies
    13
    Views
    1,880

    More Chapter 5 practice problems!

    Group,
    I am new to programming so bear with me here. I am going through the ebook and am having a problem with a practice problem in chapter 5. I am almost getting the results that I want but the...
  15. Replies
    15
    Views
    2,667

    Dave and group, I am new to C++ and going...

    Dave and group,
    I am new to C++ and going through the ebook. This was my answer to the problem. What do you think?
    tsdad


    #include <iostream>
    #include <string>

    using namespace std;
Results 1 to 15 of 15