C++ – Strange problem with loop initialization – Debian
The compiler can't handle even the simplest loop #include <iostream> using namespace::std; int main() { for( int i = 0, char a = 'A'; i <= 26; i++, a++ ) cout << "OK, lets try. Showing values: i = "…