[Help]Someone can Help

10/11/2017 13:18 teejayu1#1
i declare the i above but still
error C2065: 'i' : undeclared identifier
im using vs 2013
10/11/2017 13:42 Meutledaron#2
declare type ?
10/11/2017 19:22 Hekmatyar#3
size_t i is declared within the for loop. You could move the declaration out of the for loop to fix this issue or have the erase + break within the for loop, it doesn't matter which one.
10/12/2017 17:34 Zeljian#4
make it FALSE :D