I want to know why you might approach assigning “Longitude” to a CString using this method:
CString temp_str; sprintf(temp_str.GetBuffer(), "%s", "Longitude"); temp_str.ReleaseBuffer();
You must be logged in to post a comment.