728x90 개발/C 언어20 MSBuild 오류 MSB8040 MFC Spectre 완화 하라고 컴파일 메시지가 출력될때 2022. 9. 21. gsjava CString 상호 변경하기 unicode 와 ansi, std::string str = std::string(CT2CA(cstring.operator LPCWSTR())); // std::string 2021. 4. 26. gsjava 시큐어 코딩 wcscat_s wcscat_s(ws1, _countof(ws1), L"123"); wprintf(L"%s\n", ws1); 2020. 4. 21. gsjava fopen_s 사용법 시큐어 코딩 FILE *stream; errno_t err; // Open for read (will fail if file "crt_fopen_s.c" does not exist) err = fopen_s( &stream, "crt_fopen_s.c", "r" ); if( err == 0 ) { printf( "The file 'crt_fopen_s.c' was opened\n" ); } else { printf( "The file 'crt_fopen_s.c' was not opened\n" ); } 2020. 4. 6. 이전 1 2 3 4 5 다음 728x90