View Single Post
  #1  
Old 06-27-2009, 08:02 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default 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
Reply With Quote