- 博客(2)
- 收藏
- 关注
转载 C++ vector constructor
vector的五种构造函数, 例子摘自MSDN [cpp] view plaincopyprint? void test_vector_constructor() { // 0. Create an empty vector v0 std::vectorint> v0; assert(v0.empty())
2015-04-03 06:44:49
792
原创 孙鑫19课笔记
//隐式链接,方便,全部加载到内存空间,时间代价高。 //dll1.h #ifdef DLL1_API #else #define DLL1_API extern "C" _declspec(dllimport) // extern "C"不改函数名。 #endif DLL1_API int _stdcall func(); // _stdcall:标准调用约定,有ex
2013-03-02 10:53:16
292
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人