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 How to set default session timeout in LinuxHow to set default session timeout in Linux My DC operation guys access Linux servers on a daily bas...
2014-07-06 andrew reading text file with utf-8 encoding using javaCASE 1. PrintStream out =newPrintStream(System.out,true,"UTF-8"); out.println(str); CASE 2. import j...