Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jas | 12 (100.0%) | 17 (100.0%) | 1.4 |
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
6 lines of code changed in 8 files:
Fix compiler warnings having to do with const char declarations.
11 lines of code changed in 4 files: