1/27/2011

Creat a list of files

//define the variable
ostringstream hname,
                          htitle;
//put the number in the name
hname.str("");
        hname<< "Group_Num=" <
//use the name
c[l] = new TCanvas(hname.str().c_str(),htitle.str().c_str(),200,10,700,500);

没有评论: