I have the following code: case(DU_NEWDATA):
{
duData.wordCount = 0;
int rawChar, newChar = 0; //iterator counters
bool looping = true;
while( looping && (rawChar < DU_BUFFER_SIZE) )
{
switc..
{
duData.wordCount = 0;
int rawChar, newChar = 0; //iterator counters
bool looping = true;
while( looping && (rawChar < DU_BUFFER_SIZE) )
{
switc..