| 
 You think?
 
 client.cpp:3413: name lookup of `i' changed for new ISO `for' scoping
 client.cpp:3401:   using obsolete binding at `i'
 
 
 change the i's in this for loop to something like int j.. gcc doesnt like reusing a variable outside its defined scope
 
				__________________Quitters never win, and winners never quit, but those who never win and never quit are idiots.
 |