风之空灵
技术笔记---记载学到技术的点点滴滴
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);
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论