Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Update S-Expressions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Apr 23, 2016
1 parent c5ff1b8 commit dac2d6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S-Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ typedef struct lval {
```

> **有指向指向指针的指针的指针吗?**
> 这里又个古老的笑话,说是可以根据C程序员的程序中指针后面的星星数(`*`)作为其水平的评分。
> 这里有个古老的笑话,说是可以根据 C 程序员的程序中指针后面的星星数(`*`)作为其水平的评分。
> 初级水平的人写的程序可能只会用到像 `char*`、奇怪的 `int*` 等指针,所以他们被称为一星程序员。而大多数中级的程序员则会用到诸如 `lval**` 这类的二级指针,所以他们被称为二星程序员。但三级指针就真的很少见了,你可能会在一些伟大的作品中见到,这些代码的妙处凡夫俗子自然也是体会不到的。果真如此,三星程序员真是极大的赞誉了。
> 但据我所知,还没有人用到过四级指针。
Expand Down

0 comments on commit dac2d6a

Please sign in to comment.