会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aspirs
博客园
首页
新随笔
联系
订阅
管理
随笔 - 402
文章 - 0
评论 - 2
阅读 -
40万
11 2018 档案
C/C++中的预编译指令
摘要:程序的编译过程可以分为预处理、编译、汇编三部分,其中预处理是首先执行的过程,预处理过程扫描程序源代码,对其进行初步的转换,产生新的源代码提供给编译器。预处理过程读入源代码之后,会检查代码里包含的预处理指令,完成诸如包含其他源文件、定义宏、根据条件决定编译时是否包含某些代码的工作。下面介绍一些C/C+
阅读全文
posted @
2018-11-04 11:15
aspirs
阅读(209)
评论(0)
推荐(0)
编辑
公告
昵称:
aspirs
园龄:
7年11个月
粉丝:
12
关注:
4
+加关注
<
2025年2月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
5G(2)
8051(1)
Android(51)
arm(11)
ARM ASM(4)
Audio(8)
C(10)
connsys(1)
cpp(5)
CPU ARCH(2)
data structure(2)
DVB(8)
finacial(20)
fs(9)
git(1)
HW(2)
java(2)
kernel misc(12)
Linux CMDs(11)
linux cpu driver(2)
linux driver(14)
linux irq(1)
Linux misc(101)
linux mm(25)
linux pref(1)
linux process(8)
linux sched(2)
linux stability(2)
linux storage(3)
lock sync(2)
Makefile & shell(1)
misc_not_job(2)
Picture(1)
python(1)
shell scripts(1)
signal process(7)
tmp(7)
TV(4)
uboot(3)
user space(2)
Video(11)
更多
随笔档案
2023年7月(2)
2023年6月(3)
2023年5月(1)
2023年4月(2)
2023年2月(1)
2023年1月(3)
2022年12月(5)
2022年11月(5)
2022年10月(1)
2022年9月(2)
2022年8月(1)
2022年7月(4)
2022年6月(6)
2022年5月(4)
2022年4月(4)
2022年3月(1)
2022年2月(7)
2022年1月(5)
2021年12月(23)
2021年11月(11)
2021年10月(24)
2021年9月(13)
2021年8月(11)
2021年7月(2)
2021年6月(3)
2021年5月(13)
2021年4月(13)
2021年3月(6)
2021年2月(1)
2021年1月(3)
2020年12月(1)
2020年11月(15)
2020年10月(4)
2020年9月(14)
2020年8月(4)
2020年7月(3)
2020年6月(10)
2020年5月(13)
2020年4月(15)
2020年3月(22)
2020年2月(1)
2020年1月(8)
2019年12月(2)
2019年11月(2)
2019年10月(1)
2019年9月(11)
2019年8月(9)
2019年7月(5)
2019年6月(1)
2018年11月(1)
2018年10月(10)
2018年9月(15)
2018年8月(3)
2018年7月(2)
2018年6月(4)
2018年5月(14)
2018年3月(1)
2018年2月(1)
2018年1月(2)
2017年11月(2)
2017年9月(2)
2017年8月(2)
2017年7月(16)
2017年6月(3)
2017年5月(1)
2017年4月(1)
2017年3月(1)
更多
阅读排行榜
1. IIC/I2C从地址之7位,8位和10位详解(17545)
2. 关于linux:anon-rss和total-vm是什么意思(15995)
3. 机顶盒和TV的连接 ---色差分量线(YPbPr)、AV线(三色线)(14964)
4. 请教会linux shell脚本的=~是什么意思?(12704)
5. EBITDA的计算公式(11227)
评论排行榜
1. ARM64 linux kernel virtual address layout(1)
2. source insight崩溃解决方法(1)
推荐排行榜
1. I2C中关于ACK和NACK的几点东西(2)
2. 每个程序都有的main函数是谁调用的?(1)
3. open系统调用flow之do_last()(1)
4. 内联汇编inline assembly(ARM)(1)
5. dd命令 skip 和 seek参数理解(1)
最新评论
1. Re:ARM64 linux kernel virtual address layout
你这个Virtual kernel memory layout是怎么打出来的?kernel代码明明不能打印ARM64的
--雁辰辰
2. Re:source insight崩溃解决方法
我的情况是, 项目创建在影射盘中, source insight找不到盘不知道为什么?而source insight 起来的时候会默认打开之前的项目,然后就会自动退出。 所以这个时候应该删除之前的记录...
--Hshen
点击右上角即可分享