天天看点

gcc的基础知识

  基本用法

A)#include <myinc.h>

B)#include “myinc.h”

  

基本规则

gcc所遵循的部分约定规则:

.h为后缀的文件,是程序所包含的头文件;

gcc的基础知识

继续阅读