TV
2009-09-29 21:31:24 UTC
void run(const char c){
...
ifstream f (c);//error
...
}
int main(){
run("list.dat");
}
i get the invalid conversion every time. im new to c++.