Igor V. Rafienko skrev:
>#include <fstream>
>std::ifstream ifs( "datafile" );
Det havde jeg prøvet, men så er min compiler fejlbehæftet
(BCC5.5). Den skriver:
Could not find a match for
ifstream::basic_ifstream(string) in function main().
Programstart:
#include <iostream>
#include <fstream>
using namespace std;
const string sourcefile = "Opera.adr";
const string targetfile = "Hotlist.html";
int main() {
ifstream ifs( sourcefile );
ofstream ofs( "outfile" );
...
--
Bertel
http://bertel.lundhansen.dk/ FIDUSO:
http://fiduso.dk/