
C++
qq_35366466
这个作者很懒,什么都没留下…
展开
-
使用new创建一个动态结构数组
#include<iostream>#include<stdlib.h>using namespace std;struct car{ char name[20]; int year;};int main(){ int counts; int i; cout << "How many cars do y...原创 2018-08-25 23:02:38 · 7340 阅读 · 1 评论 -
错误 1 error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall abstr_emp::SetAll(void)" (?SetAll@abs
分析语句:public:virtual void emp.obj_thiscall avstr_emp::SetAll(void)在函数public:virtual void_thiscall employee::SetAll(void)被引用解决:现在只要找到public:virtual void_thiscall employee::SetAll(void)的声明部分看看有没有被定义,...转载 2018-10-24 15:36:32 · 2715 阅读 · 0 评论