union and struct

sizeof() a char* pointer's size is fixed at 4 bytes (on 32-bit system, and double it on 64-bit) and is independent of the vol...

Coding

constructor -3

move constructor 123456789class MyString{ // pick implementation from Listing 9.9};MyString Copy(MyString& sour...

Coding

stellar+twikoo配置最新评论以及配置live2d

博客侧边栏最新评论 修改自「星日语」大佬的 原文链接Stellar展示最新评论 - 星日语 (weekdaycare.cn) 声明: 以下"最新评论"组件是基于twikoo的配置,stellar版本1.28.1,当然,目前代码中,已知的,还有一些博主...

Hexo-Theme

constructor -2

the difference of & used in reference and store address A reference & is a alias of variable and must be initialized ...

Coding

constructor and shadow copying

strlen vs sizeof strlen method is used to find the length of an array whereas sizeof method is used to find the actual size ...

Coding
191011121314