Skip to content
Atiq Rahman edited this page Jan 22, 2017 · 1 revision

C++ Templates

Following code might be reused, (removed from the template though)

memset(arrayName, 255, )
cout.setf (ios::fixed, ios::floatfield);
cout.setf(ios::showpoint);
cout<<setprecision(2)<<sum_c + eps<<endl;
Clone this wiki locally