随笔分类 - 编译等
摘要:Math.c { __declspec (dllexport) double Add (xx, xx) {...}} MathApp.c { __declspec(dllimport) double Add (xx, xx); } 1.生成dll cl /LD Math.c => Math.obj
阅读全文
摘要:See at: 补充栏3: C++对象和共享内存 (叙述内容和Link1的内容基本一致) 《C++网络编程 卷1:运用ACE和模式消除复杂性》 《C++ Network Programming Volume 1 Mastering Complexity with ACE and Patterns》
阅读全文
摘要:Link1: Give an example Note: I think the Storable::Write method should also be pure virtual. http://www.cprogramming.com/tutorial/virtual_inheritance.
阅读全文
摘要:http://stackoverflow.com/questions/20187587/what-is-the-difference-between-dynamic-dispatch-and-late-binding-in-c http://programmers.stackexchange.com
阅读全文
摘要:可以使用右键点击项目工程中的该cpp文件,选择setting,在c/c++栏,选择PreCompiled headers,然后设置第一选项,选择不使用预编译头。
阅读全文

浙公网安备 33010602011771号