An compilation error:
'name lookup of 'nIndex' changed for ISO 'for' scoping[-fpermissive]'
' if you use '-fpermissive' G++ willl accept your code'
Could anyone help with this '-fpermissive'?
Thanks.
Project->Build options -> Compiler -> Other options
But it is better to fix your code.
Thx, oBFusCATed!