LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1081|回复: 2

请教:C++中头文件怎么写?

[复制链接]
发表于 2003-4-29 22:42:43 | 显示全部楼层 |阅读模式
/*hello.h*/
# ifndef _HELLO_H
# define _HELLO_H

char * hello(char *);
# endif
这个对吗?请高手指教  谢谢!
编译的时候总是提示找不到hello.h,是怎么回事儿?
发表于 2003-4-30 03:54:07 | 显示全部楼层
你的 hello.h 存在那个目录下?
调用 hello() 的文件加 #include "hello.h" 没?
 楼主| 发表于 2003-4-30 11:11:39 | 显示全部楼层
hello.h和main.cpp放在同一个目录下了
调用时加了#include "hello.h"
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表