2015年6月29日

undefined reference to `std::cout'

摘要: gcc -o calling calling.ogcc编译时报错原因是编译c++程序要使用g++编译改为g++ -o calling calling.o 编译成功 阅读全文

posted @ 2015-06-29 14:42 Matrixin 阅读(6499) 评论(0) 推荐(0) 编辑

终端下编译运行一个简单C++程序流程

摘要: test1.c#include #include "test.h"void test1(){ printf(add1);}test2.c#include #include "test.h"void test2(){ printf(add2); for(; i > 0; i--){ ... 阅读全文

posted @ 2015-06-29 11:55 Matrixin 阅读(797) 评论(0) 推荐(0) 编辑

导航