由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - gcc 编译的时候要包括 header source file 吗?
相关主题
gcc 编译的时候要包括 header source file 吗?能不能查到email是从什么地点发出来的?
excel question: how to change column header to the content of first row?Has anyone built wxWidget before, I got a problem.
what kind of language this is and how to change it? (转载)请教有关header file的几个问题
Re: 一个傻问题-关于邮件.Google Chrome是用什么语言写的?
Re: 高手帮忙:header & footer想编译玩chrome的
Re: 用outlook如何用英文回复email?怎么知道, 访问一个网站的用户是从哪个网站跳过来的 ?
怎么把C源代码编译和反编译几道? (转载)急!急!急!请教一个C程序问题。
请问:怎么把word的header section 中的横线去掉呢?谢谢建议360把QQ保镖开源,提供下载
相关话题的讨论汇总
话题: pphh话题: file话题: include话题: void话题: header
进入Software版参与讨论
1 (共1页)
s********1
发帖数: 581
1
gcc 编译的时候要包括 header source file 吗?
main.c 的程序中引用了sub.h 和 sub.c 中定义的function pphh(),
***************************************************************
//File: main.c
#include
#include "sub.h"
void main()
{
pphh();
}
*************************************************
//File: sub.h
#ifndef _sub_h
#define _sub_h
void pphh();
#endif
************************************************
//File: sub.c
#include
#include "sub.h"
void pphh()
{
printf("pphh\n");
}
************************
1 (共1页)
进入Software版参与讨论
相关主题
建议360把QQ保镖开源,提供下载Re: 高手帮忙:header & footer
about dcmtk (转载)Re: 用outlook如何用英文回复email?
如何从vim里直接编译源代码 (转载)怎么把C源代码编译和反编译几道? (转载)
联想ideapad的win8.1出现bad_pool_header请问:怎么把word的header section 中的横线去掉呢?谢谢
gcc 编译的时候要包括 header source file 吗?能不能查到email是从什么地点发出来的?
excel question: how to change column header to the content of first row?Has anyone built wxWidget before, I got a problem.
what kind of language this is and how to change it? (转载)请教有关header file的几个问题
Re: 一个傻问题-关于邮件.Google Chrome是用什么语言写的?
相关话题的讨论汇总
话题: pphh话题: file话题: include话题: void话题: header