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-26 andrew [MFC] CListCtrl 선택된 항목 Index// 다중 선택시 void GetIndex() { int nItemCount = m_ctrlList.GetSelectedCount(); POSITION pos = m_ctrlLis...
2014-08-12 andrew 정규식 사용법 [펌] boost 사용질문 ::#이 붙은 전화 번호 앞에는 %23을 붙이고 싶음.. 답코드 :: std::string result, list = "#011-222-3333"; const c...