Since 4/2/2012 6:03:42 AM, junchi.tang has written 3 articles and participated in 0 conversations. junchi.tang signature: junchi.tang
junchi.tang's articles:
Items(3) /1
os.path.getmtime() and compare with a date type320 (9/20/2007 3:31:25 PM) comp.lang.python Hi, I am new to python and are tryint to write a simple program delete log files that are older than 30 days. So I used os.path.getmtime(filepath) and compare it with a date but it does not compile. threshold... junchi
MFC CString and std::string conversion3165 (4/30/2005 3:58:19 PM) comp.lang.c++.moderated Hi, Anybody has any good thoughts on using std::string heavily in a MFC program? A lot of MFC funcs ask for a CString type, currently what I am doing is to call CString(str.c_str()). If I want to use a CString ... junchi