由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - 请教有关header file的几个问题
相关主题
gcc 编译的时候要包括 header source file 吗?office excel中的solver对应的中文是什么?
Re: 请教各位大侠请问:怎么把word的header section 中的横线去掉呢?谢谢
about dcmtk (转载)能不能查到email是从什么地点发出来的?
excel question: how to change column header to the content of first row?gcc 编译的时候要包括 header source file 吗?
Re: 一个傻问题-关于邮件.怎么知道, 访问一个网站的用户是从哪个网站跳过来的 ?
Re: 高手帮忙:header & footerOutlook一问,急急急急急急求教!!!
Re: 用outlook如何用英文回复email?联想ideapad的win8.1出现bad_pool_header
关于emacs编写程序的问题 (转载)[转载] Re: Using CXterm through Xwin32
相关话题的讨论汇总
话题: file话题: include话题: header话题: 问题话题: 试着
进入Software版参与讨论
1 (共1页)
s********1
发帖数: 581
1
请教有关header file的几个问题
假设sub.h 和 sub.c 是header file 和与其对应的source file.
(1) 在sub.c开始都有 #include "sub.h"
我试着delete 以上的语句,compile和run时都没有问题。#include "sub.h"
在sub.c中,#include "sub.h" 是否多余??
(2) 试着将sub.h的name 改成 subbbbb.h, 结果也没有问题,是否header file 和与其
对应的source file 名字可以完全不一样?
(3) 又试着去掉.h, 并把heade file 的名字改成:
sub.h ----〉 subbbbb.c
再把main program 中开头的部分改成 #include "subbbbb.c"。 结果也没有问题。
.c 和 .h file 到底有没有不同?
(4) 将#include "subbbbb.c" (或者#include "subbbbb.h", #include "sub.h")
1 (共1页)
进入Software版参与讨论
相关主题
[转载] Re: Using CXterm through Xwin32Re: 一个傻问题-关于邮件.
free the Borland C++ Compiler 5.5Re: 高手帮忙:header & footer
Re: 请问什么画数据曲线的软件比较好?Re: 用outlook如何用英文回复email?
Re: ask fortran expert a problem关于emacs编写程序的问题 (转载)
gcc 编译的时候要包括 header source file 吗?office excel中的solver对应的中文是什么?
Re: 请教各位大侠请问:怎么把word的header section 中的横线去掉呢?谢谢
about dcmtk (转载)能不能查到email是从什么地点发出来的?
excel question: how to change column header to the content of first row?gcc 编译的时候要包括 header source file 吗?
相关话题的讨论汇总
话题: file话题: include话题: header话题: 问题话题: 试着