Incorrect Syntax: How to fix
Why do I get this error/incorrect syntax? Do you know how I can fix this? ---Quote--- comparison between signed and unsigned integer expressions ---End Quote--- for ( int j = 0; j < item.length(); j++) // error ocurs here if ( item[j] == '_' )
__________________
C++
domain name forum
|