Home > Software engineering >  Vc AfxExtractSubString string segmentation
Vc AfxExtractSubString string segmentation

Time:11-03

O god, the following function to form a compiler is correct, the runtime diagram mistakes
Cstrings GPRMC="DDD \ NFFF \ n";
Cstrings str1;
Cstrings str2;
AfxExtractSubString (str1, GPRMC, 0, '\ n');
AfxExtractSubString (str2, GPRMC, 1, '\ n');



CodePudding user response:

Set Character Set in the project properties is: Use the Unicode Character Set
  • Related