Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 1018 Bytes

Xuan-Selected

jaywcjlove/sb jaywcjlove/sb

Life knowledge from @LukeXuan in daily life.

Table of contents

A LaTeX version can be viewed here.

Projects

Record simple project created by LukeXuan.

BossKey

Are you worry about be catched by your parents when you are playing games? Are you often catched by your parents when you are talking with girls or boys on QQ? You won't need to worry about that anymore! Our Bosskey is used to solve it!

https://sourceforge.net/projects/bosskey/

C++ STL

Knowledge about C++ STL.

vector<bool> 的不同之处

大小不一样, vector bool是1/8倍的bool空间。这个bool是按照bit存的,普通的bool是按照int存的。类似于bitset。

Contribution

Open to issues and PRs.