Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
string pfad1= "blabla"; ifstream dataSeq1(pfad1);
in welchen Typ muss ich den string pfad1 konvertieren (und wie?) ?!?
no matching function for call to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(std::string*)'
thx4help
pfad1.c_str();