I need help and I dont know where to begin

dklk closed

thanks for the help
Last edited on
closed account (zb0S216C)
You'll only receive help if you make an attempt.

Wazzak
I assume the first problem for you is learning how to read a file. Read more about the class called "fstream", and learn how to use the operator << and >> in fstream to read a text file. If you have a specific question, you're welcome to post it here.
Heres some function headers...atleast make an effort

1
2
3
4
void loadArray(const * tempArray)
*double calculateResults( *tempArray) 
void writeToFile(const * tempArray)
void displayarray(const * temparray) 
thanks for the help i found the solution
Topic archived. No new replies allowed.