j
k
j a
j l
Bonsoir,
On Tuesday 18 June 2002 23:13, Peter Liscovius wrote:
string filename="samples-"+string(var1)+"-"+string(var2)+".txt"; ofstream out(filename);
Ein Mini-Patch:
- ofstream out(filename); + ofstream out(filename.c_str());
Josef Spillner
Back to the thread
Back to the list