21.1 windows_21_Library_Class_DLL 动态库补充1

windows_21_Library_Class_DLL 动态库补充1
  1. #include "windows_21_Library_Class_DLL.h"
  2. int CMath::Add( int nAdd1, int nAdd2 )
  3. {
  4. return nAdd1 + nAdd2;
  5. }
  6. int CMath::Sub( int nSub1, int nSub2 )
  7. {
  8. return nSub1 - nSub2;
  9. }





posted @ 2016-06-10 08:33  -刀狂剑痴-  阅读(202)  评论(0编辑  收藏  举报