TCHAR szLat[32]; TCHAR szLon[32]; GetLatLong(szResponse, szLat, szLon); wcout << _T("Lat") << szLat << endl; wcout << _T("Lon") << szLon << endl;