Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 14 (100.0%) | 1.0 |
jas | 13 (92.9%) | 10 (71.4%) | 0.7 |
dav | 1 (7.1%) | 4 (28.6%) | 4.0 |
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 10 files:
Fix compiler build problems with gcc-4.3
4 lines of code changed in 3 files:
Need #include <unistd.h>... strange that other compilers didn't pick up on this...
4 lines of code changed in 1 file: