摘要: 测试一下用WLW写日志,作为cnblogs的开始第一篇~~嘿嘿 测试代码 #include <iostream>void main(){ std::cout << "hello world!\n";} 阅读全文