N
no
Hi,
A year or two ago I wrote some code that opened an ifstream like
ifstream(int) ... recently I tried recompiling this and it now complains
that the only constructor to ifstream is giving it a filename instead of an
int. Only change here is that I use a newer gcc nowadays. Any help would be
appreciated.
Thx
Lew
A year or two ago I wrote some code that opened an ifstream like
ifstream(int) ... recently I tried recompiling this and it now complains
that the only constructor to ifstream is giving it a filename instead of an
int. Only change here is that I use a newer gcc nowadays. Any help would be
appreciated.
Thx
Lew