> cout << "Character " << i << ", at str[" << i << "] is, " << a << "\n"; The following curly bracket should not be there. > } > cout << "Length of the char array \'str\' containing, \"" << str << "\", is "<< strlen(str) << " plus a null terminator.\n"; > return 0; Thanks, Mike Bronosky
Message
Re: Problems sending char arrays to an LCD
2010-10-07 by Brewski