Search:

Type: Posts; User: sierrava06

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,713

    No errors , it compiles perfectly right now. I...

    No errors , it compiles perfectly right now. I am asking questions in original post, need help in making the I - G parts work in the program..... building classes
  2. Replies
    4
    Views
    1,713

    Rational number excercise need guidance

    Been working on this rational number program.

    Here is what the program is suppose to do. To me this is one serious program using classes. My problem is when i get to the I , M , R, G part how...
  3. Error from compiler on class point slope program

    I am getting an unresolved external error for the program below. Any ideas on what is causing this error. I still have to write the program to test these functions.

    error LNK2019: unresolved...
  4. Replies
    10
    Views
    1,061

    i am asking if the data is set with a vector. ...

    i am asking if the data is set with a vector. How would i ask the question and have the program source the right values from the file.

    I know how to do cout , cin. I am asking past that???
  5. Replies
    10
    Views
    1,061

    This must be a bad time of the day for you. I...

    This must be a bad time of the day for you. I asked the question at the top, not if my main and eof was correct. I can do those corrections , after i get on the right track on my problem.
  6. Replies
    10
    Views
    1,061

    point taken. just following the book. i still...

    point taken. just following the book. i still need help with my problem.
  7. Replies
    10
    Views
    1,061

    salem one the nag on the main() i have to do...

    salem

    one the nag on the main() i have to do it that way for my class.

    I know you are well respected in this forum , at least i see you post alot of stuff. But could you at least point a...
  8. Replies
    10
    Views
    1,061

    vector sourcing information problem

    Okay in this vector array program I got it to print out the values in the input file number and price. How would i go about havng a question in the bottom somewhere asking a user for an item number...
  9. Replies
    35
    Views
    2,873

    Thanks for all your help. I got it to work now. ...

    Thanks for all your help. I got it to work now. It seems the small things tend to cause more trouble than the ones you think are harder.

    I appreciate the help guys
  10. Replies
    35
    Views
    2,873

    latest code still no data prints out get press...

    latest code still no data prints out get press any key to continue after i enter the number 1 to see the first input. I am so fraustrated with this program. Doing a programming class with no...
  11. Replies
    35
    Views
    2,873

    i will make that adjustment now. any suggestions...

    i will make that adjustment now. any suggestions on how to get my search at the bottom to only print out the one of the inputs of the terminal information?
  12. Replies
    35
    Views
    2,873

    didnt the way i do it in the code posted just...

    didnt the way i do it in the code posted just before your post , do it the non overloading way. I am very confused. attempting to read the link you provided now.
  13. Replies
    35
    Views
    2,873

    This code compiles , but when i am prompted for...

    This code compiles , but when i am prompted for which terminal i would like to see. I enter 1 and get press any key to continue.

    here is the code:



    #include <iostream>
    #include <fstream>...
  14. Replies
    35
    Views
    2,873

    Tonto I am not following. I attempted to do...

    Tonto

    I am not following. I attempted to do what you are suggesting. Seems my compiler doesnt like the info part. I think i am missing the boat here. I am very new to this programming stuff.
  15. Replies
    35
    Views
    2,873

    I agree it needs to be in a loop if you would...

    I agree it needs to be in a loop if you would want to output everything that was input above.

    My problem is i need to prompt the user for which terminal they would like to see. I.E. 1 or 2. ...
  16. Replies
    35
    Views
    2,873

    Zuk I started to go down another route using a...

    Zuk I started to go down another route using a class still seems to have the same problems. Any suggestions??



    #include <iostream>
    #include <fstream>
    #include <string>
    #include <iomanip>...
  17. Replies
    35
    Views
    2,873

    Thanks again for the suggestions. I put the...

    Thanks again for the suggestions. I put the output inside the loop and did some tests it appears the data gets written over with the next set of questions. Any suggestions on how to get it to keep...
  18. Replies
    35
    Views
    2,873

    Okay thanks for that great info. I should of...

    Okay thanks for that great info. I should of caught that , and my compliler should have said something about that. It did i just didnt understand what it was telling me.

    here is the revised...
  19. Replies
    35
    Views
    2,873

    you just got my feet moving. Thanks for the...

    you just got my feet moving. Thanks for the post. I was not seeing that.

    Now I just need to figure out how to for example enter two sets of data through the loop above. Data is written to...
  20. Replies
    35
    Views
    2,873

    Well i got up early this morning and thought...

    Well i got up early this morning and thought maybe i can figure this stuff out. I am still at a stand still.

    The command in the program for Ofstream is where my problem lies. The compile gets...
  21. Replies
    35
    Views
    2,873

    how do i take the values and write them to the...

    how do i take the values and write them to the file???

    infile >> varible >> varible etc..
  22. Replies
    35
    Views
    2,873

    here is some revised code. the search function...

    here is some revised code. the search function doesnt seem to find anything.




    #include <iostream>
    #include <fstream>
    #include <string>
    #include <iomanip>
    #include<cassert>
  23. Replies
    35
    Views
    2,873

    i dont think a struct would work for what i am...

    i dont think a struct would work for what i am attempting to do. I need the program to find the data within the file. I just built the struct still does the same thing shows only the last terminal...
  24. Replies
    35
    Views
    2,873

    thanks for the suggestions. I still have the...

    thanks for the suggestions. I still have the same problem, if i you run the program and enter the data for 2 terminals. Only the last one entered comes up after i search for a terminal.
  25. Replies
    35
    Views
    2,873

    need some help

    I am writing a program to take in data into a file, close the file. Then re open the file, ask for terminal number person wants to see, program needs to display all information entered for that...
Results 1 to 25 of 26
Page 1 of 2 1 2