angelpan1014

 

2012年10月30日

20121030

摘要: ocs8:/home/panpan/C++>lshello.cpp hello.h main.cpp Makefileocs8:/home/panpan/C++>cat -n hello.cpp 1 #include <iostream> 2 using namespace std; 3 void hello(const char*name) 4 { 5 6 cout<<"hello"<<name<<endl; 7 }ocs8:/home/panpan/C++>cat -n hello.h 1 //#ifnd 阅读全文

posted @ 2012-10-30 16:00 angelpan1014 阅读(316) 评论(0) 推荐(0) 编辑

导航