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-07-22 andrew UTF-8 인코딩된 파일 읽고 EUC-KR 변경 encoded file readpackage com.javawide.files; import java.io.*; public class UTF8Reader { public static void main(Stri...
2014-07-26 andrew [MFC] Window 창 크기 조정sdi로 프로젝트를 생성했다고 가정하고, MainFrm.cpp의 BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)에서...