c traps and pitfalls reading note

Posted 今夜星光灿烂

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c traps and pitfalls reading note相关的知识,希望对你有一定的参考价值。

1. 一直知道char *p = ‘a‘;这样写是错误的,但是为什么是错的,没想过,今天看书解惑。

    p指向一个字符,但是在c中,‘‘引起来的一个字符代表一个整数,这样指针能不报错。o(^▽^)o

2.函数声明部分中(*(void (*)())0)(),看到这样的一个声明,我是觉得恶心,静下心来,慢慢分析呗。

    ( *( void (*pf)() )0 )(), 首先最外层(*(ppf)0)())——(这是什么鬼,强制转换,没看懂,搜了下,说是硬件地址跳到0处就是这么写的) ,ppf = ( void (*pf)() ) ,然后没什么好说的了,pf是一个函指,->一个返回void类型的函数。

以上是关于c traps and pitfalls reading note的主要内容,如果未能解决你的问题,请参考以下文章

Nginx:Pitfalls and Common Mistakes

Visibility Graph Analysis of Geophysical Time Series: Potentials and Possible Pitfalls

Codefroces 366 D Dima and Trap Graph (最短路)

407. Trapping Rain Water II

407. Trapping Rain Water II

Spring cloud kafka stream pitfalls