Posted by Dan on September 15, 2001 at 17:03:17:
In Reply to: Re: all zeros? posted by melissa on September 15, 2001 at 14:17:43:
Might be a problem with the input for your program, a good way to check is to put a block of cout code after the part in the program that reads in your values for xSE, ySE, etc.. For instance putting in cout << xSE << endl; would show you the value for xSE in your program, if you put a cout for each of the 4 values you can see if the values are getting read in correctly or not. If not then you have a problem in your code for accessing the data from the datafile.
Hope this helps.