CString string char之间的相互转换 char* string_to_char(std::string str) char* string_to_char_Ex(std::string& str) template void other_to_string(T value,std::string& s) int CStr
log4cxx编译环境整合 整合好的,可以直接编译通过的log4cxx环境,不用再下1,apache-log4cxx-0.10.0.zip2,apr-1.2.11-win32-src.zip3,apr-iconv-1.2.1-win32-src.zip4,apr-util-1.2.10-win32-src.zip这些文件,也不
日志类log4cxx的demo程序包含libdll和头文件 Log4cxx是开放源代码项目ApacheLoggingService的子项目之一,是Java社区著名的log4j的c++移植版,用于为C++程序提供日志功能,以便开发者对目标程序进行调试和审计。这里已做好编译的dll,lib库文件,可以直接使用,在demo里包含着