10 2014 档案

摘要:http://hi.baidu.com/taobaoshoping/item/07410c4b6d6d9d0d6dc2f084在应用程序中,往往为了释放内存等,使用一些函数,其实,对于内存操作函数要谨慎使用,比如大家常常想到的 SetProcessWorkingSetSize,其实对于windows... 阅读全文
posted @ 2014-10-22 17:52 小 楼 一 夜 听 春 雨 阅读(8653) 评论(0) 推荐(1) 编辑
摘要:c++中一次读取整个文件的内容的方法:读取至char*的情况std::ifstream t; int length; t.open("file.txt"); // open input file t.seekg(0, std::ios::end); // go to the e... 阅读全文
posted @ 2014-10-16 11:38 小 楼 一 夜 听 春 雨 阅读(79732) 评论(2) 推荐(4) 编辑

点击右上角即可分享
微信分享提示