INI Reader / Writer Class for MFC and ANSI C++ ( Windows Linux ) http://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-23 6:24 AM by andrew Comment 📂This entry was posted in C/C++ 참고를 위한 저장물
2014-08-17 andrew java에서 string 인코딩 확인방법String word = s; System.out.println("utf-8(1) : " + new String(word.getBytes("utf-8"), "euc-kr")); S...
2014-12-11 andrew [펌] AIX DBX 사용법dbx와 core 파일을 분석할때는 다음과 같이 하자. 우선 첫째로 현재 해당 core파일을 생성한 바이너리 부터 확인해보자. file 다음 core 파일을 입력하면...