Tried to write a for loop yesterday:
for (int i = 0; i < qBitsAvailable; i++) ...
The compiler would not allow a type specifier for the iterator inside the for statement, it had to be previously defined. Is there a compiler switch for such?
Thanks,
John