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-06-24 andrew Tomcat JDBC Connection Pool configuration for production and developmentTomcat JDBC Connection Pool configuration for production and development As mentioned in the post In...
2014-07-22 andrew JAVA – 한글 인코딩 변환 체크 한방에 끝내기 String word = "무궁화 꽃이 피었습니다."; System.out.println("utf-8 -> euc-kr : " + new String(word.g...