C++ 형변환_CString ==> char
1. CString -> double #include “stdlib.h” // atof() 사용을 위해 // CString형을 double형으로 변환double CString2double(CString…
Read More1. CString -> double #include “stdlib.h” // atof() 사용을 위해 // CString형을 double형으로 변환double CString2double(CString…
Read More