Search:

Type: Posts; User: realjag

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,731

    The output from the previous projects were output...

    The output from the previous projects were output using ofstream.

    The input that I'm using is from ifstream. I have formated the data both ways using tabs and spaces and when I debug the project...
  2. Replies
    5
    Views
    1,731

    I can agree but the problem I have is that when I...

    I can agree but the problem I have is that when I use a space on the laptop it's translated to HEX value 9 and not 32. I'm not sure why.
  3. Replies
    5
    Views
    1,731

    text output in text editor

    Hello.

    All of our class projects thus far have been console apps. I have had a problem displaying output correctly on my laptop but on the desktops, they look fine.

    For instance on the last...
  4. Replies
    7
    Views
    1,075

    Yes. We have a page of data to covert then do an...

    Yes. We have a page of data to covert then do an operation on.

    Here's all of the data.

    F
    5.1 2.3 +
    - 7 2.5 -
    3 5 *
    4 0 /
    4 2 /
  5. Replies
    7
    Views
    1,075

    Your right. I can see that I have quite a few...

    Your right. I can see that I have quite a few gaps in my knowledge of C++.

    I keep getting stuck on issues that will come later.

    Ok, lets say I figure out how to grap 2 single values from array...
  6. Replies
    7
    Views
    1,075

    Hi 7 and thanks for the reply. I will be...

    Hi 7 and thanks for the reply.

    I will be honest I'm still not sure I understand the difference between a string and a cstring. We are using cstrings because the assignment calls for that.
    ...
  7. Replies
    7
    Views
    1,075

    cstring conversion and calculation

    Hi all.

    I am at the end of my rope. I have spent 3 days trying different ideas and searching this board and the internet for answers.

    We have to build a calculator. I take in the data from a...
  8. Replies
    6
    Views
    1,735

    Daved, I did it! Thank you so much! Here's...

    Daved,

    I did it! Thank you so much!

    Here's what worked:

    The call:


    getInput (in_stream, month, rainfall);
  9. Replies
    6
    Views
    1,735

    Daved, Thanks again for the help. You're...

    Daved,

    Thanks again for the help. You're really helping take the weight from this 2000 boulder on my back.

    Here is the call:


    getInput (istream & in_stream, month, rainfall);

    and here...
  10. Replies
    6
    Views
    1,735

    Thanks for the response. Are there any...

    Thanks for the response.

    Are there any examples of referencing to a ifstream object? I've have tried several things, all with errors.
  11. Replies
    6
    Views
    1,735

    ifstream in a function

    Hello.

    I am just finishing a project and I have gotten passed all of the other bugs I've had without help from others but this is my last issue and it's driving me nuts!

    I have a program that...
Results 1 to 11 of 11