Ok I have done this and it all works great. But now Im trying to take it a step further start small and add a little at a time yeah sounds good to me lol. Well anyway I need to take the numbers I get from this array and get the mean from them. I have tried numerous possibilites and cant get it to compile. Any suggestions I keep getting warnings converting int to double and things like this. Thanks in advance....
[code=cpp]
#include...
User Profile
Collapse
-
Errors converting int to double
Last edited by sicarie; Jul 12 '07, 02:40 PM. Reason: Please use [code=cpp] and [/code] tags around your code. -
I figured it out if you look at teh file there is an extra period lol sometimes its simple things I guess -
Little Help with a program here please
Hello ok the scope of this program I need to go to a file open and bring some doubles from that file into and array this is what I got so far and it says I retrieved 0 files hmmm if anyone can help I would appreciate it....
[code=cpp]
#include <iostream>
#include <cstdlib>
#include <iomanip>
#include <fstream>
using namespace std;
int main ()
{
...Last edited by sicarie; Jul 12 '07, 02:38 PM. Reason: Please use [code=cpp] and [/code] tags around your code.
No activity results to display
Show More
Leave a comment: