Monthly Archives: March 2012

compile c in c99 mode by codeblock

After Writing so many javascript codes, I wrote some C code habitually as below: for (int i = 0; i < LENGTH && s[i]; ++i) … Then I got some big fat error like this: \cex\poj1001\main.c|19|error: ‘for’ loop initial declarations … Continue reading

Posted in programming | Tagged | 1 Comment