I prefer to be able to declare a loop variable in a for loop. Can this somehow be "enabled" in C for Visual Studio 2008?
Instead of having to declare i BEFORE the for loop.
Plus I don't like having loop variables needlessly available outside the actual loop.
Any way to make Visual Studio do this for C in say Microsoft Visual Studio C++ Express 2008?
(CodeBlocks + GCC lets me do with a C99 compiler flag; Clang/LLVM likewise allows this behavior in for loops.)
The night is young. How else can I annoy the world before sunsrise?

Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..