随笔分类 - C语言
C语言的学习
c:\windows\temp\ccvjvr7w.o:problemfour.cpp:(.text+0x17): undefined reference to `std::basic_istream<
摘要:看看是不是编译g++写成gcc了?
阅读全文
摘要:直接上代码: /*function.c文件*/ #include "function.h" int add(int a, int b) { return a+b; } /*function.h文件*/ int add(int a, int b); /*a.c文件*/ #include <stdio.
阅读全文