Can I write simply for (int i = 0; ... instead of int i; for (i = 0; . ... Its valid in C++. It was not legal in the ...
stackoverflow.com