cstdio,cstring,cmath ... recommended in c++?
- by ajay
Hi,
Is it recommended to use cstdio,cstring,cmath in c++?
I was writing a program that needed pow , strlen and sprintf ... for that the only way I could do it was to include these 3 headers. Is there a better C++ way to do it?
Thanks