Search:

Type: Posts; User: Mshock

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. I figured it out , -1 on min and max and added a...

    I figured it out , -1 on min and max and added a new varible called average -- totchars / line to get my average per line.

    Thanks david for putting up with me.
  2. Thanks for your help almost there Here is my...

    Thanks for your help almost there

    Here is my latest code. I did the get command as you suggested. My book didnt have a good syntax for its usage. I now have the following input file to test the...
  3. so what will work. please be more specific. two...

    so what will work. please be more specific. two days in idle mode over a program is enough. Point out where my mistakes are
  4. .....

    .....
  5. Here is the latest. There comes a point where...

    Here is the latest. There comes a point where hints do not work. I do not understand why my cout statements are printing what i set them to at the beginning. After the loop is done looping it...
  6. took out the varible declarations inside of loop....

    took out the varible declarations inside of loop. I see why my output was all zeros.... took out the main declarations added ones back into the loops. Still get zero output. this is only an...
  7. Sorry for asking again. But first the code you...

    Sorry for asking again. But first the code you metion that should work doesnt compile. My file compiles but doesnt seem to count any of the data in the file. I am thinking it doesnt even use the...
  8. Sorry about the code not having the change to the...

    Sorry about the code not having the change to the inFile >> ch; statement was put in after the while statement. still just sits there with nothing happening. man i am fraustrated. Never again will...
  9. i looked over the code made some adjustments. ...

    i looked over the code made some adjustments. copiled it got an error with it not recognizing i as a valid declaration. moved some of my declarations out of the loop to see it would complile.
    ...
  10. I have went over the examples in the book. It...

    I have went over the examples in the book. It has a command like inFile >> ch; I tried this and it had no effect. I compared two of the these types of programs in the book and dont see how i can...
  11. here is the latest: Now by defining the...

    here is the latest:

    Now by defining the varibles all my output does is display what ever i initialize them too.



    #include <string>
    #include <cassert>
    using namespace std;
  12. Still have the same problem. It doesnt even make...

    Still have the same problem. It doesnt even make it past the enter file name part. It does the gong,, error thing. I am entering input.txt as the file and it says this debug error. it refers...
  13. well the code you posted doenst work.

    well the code you posted doenst work.
  14. counting lines , chars from an input file need help

    I got this program to finnally compile but cant seem to get it to read a single bit of data from the file. I have a input.txt file in the same directory. It crashes as soon as i put in the file...
  15. Replies
    3
    Views
    1,276

    Need help with this simple conversion program

    How do i get the constant value to be a value entered by the user. The only way i can get this to work is to make it a constant.

    The program works fine for now. I just dont get why my exchange...
  16. Replies
    1
    Views
    4,256

    Help with Tax calculator program

    How do i change this to input files or a struct to enter a series of data to the program. I am fine with doing programs asking for input. I get confused on the struct parts. Please help me thru...
  17. Replies
    24
    Views
    6,434

    its the coding , not a matter of not...

    its the coding , not a matter of not understanding how to figure out averages of students grade.
  18. Replies
    24
    Views
    6,434

    Well I still have no idea how to get each...

    Well I still have no idea how to get each students average to printout. an A=4 , etc...

    thanks for trying to help me. I have no clue. Even when i follow what people are saying it still makes...
  19. Replies
    24
    Views
    6,434

    Salem thanks for the help to figure out class...

    Salem thanks for the help to figure out class average. How would i go about figuring student averages?
  20. Replies
    24
    Views
    6,434

    I need some serious help. This is an excercise in...

    I need some serious help. This is an excercise in the book suggested to do to learn the structure stuff. I am completely lost. The book was very limited. Actually one of the worst course books i have...
  21. lets correspond by email. [email protected]

    lets correspond by email. [email protected]
  22. Replies
    24
    Views
    6,434

    Thanks for the help with the switching the...

    Thanks for the help with the switching the program over to C programing. Here are the final errors i am getting

    (49): error C2143: syntax error : missing ';' before 'type'
    (56): error C2449:...
  23. Replies
    24
    Views
    6,434

    been looking for where to change it in the...

    been looking for where to change it in the program. So far dont see an option. Still looking
  24. Replies
    24
    Views
    6,434

    this is the error i get, sorry for not posting...

    this is the error i get, sorry for not posting this earlier

    (9): error C2332: 'class' : missing tag name
    (9): warning C4094: untagged 'class' declared no symbols
  25. Replies
    24
    Views
    6,434

    Okay how do i change the compiler in Visio Studio...

    Okay how do i change the compiler in Visio Studio .net 2003 to use only the c compiler instead of C++. Or any alternate solutions to the error i get for the struct command with class.

    Second...
Results 1 to 25 of 55
Page 1 of 3 1 2 3