Hi,
I am using the command Form to create a string following a specific format, but g++ complier returns a error message saying that Form is not declared in the scope. Here is what I did:
fn1 = Form("%.6d_%.4d _F%.4d.gz",part 1,part2,evnt1);
part1, etc has been defined in the previous part of the code. So what should I do?
Joseph
I am using the command Form to create a string following a specific format, but g++ complier returns a error message saying that Form is not declared in the scope. Here is what I did:
fn1 = Form("%.6d_%.4d _F%.4d.gz",part 1,part2,evnt1);
part1, etc has been defined in the previous part of the code. So what should I do?
Joseph
Comment