union and structsizeof() 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...2024-06-11Coding
constructor -3move constructor 123456789class MyString{ // pick implementation from Listing 9.9};MyString Copy(MyString& sour...2024-06-10Coding
stellar+twikoo配置最新评论以及配置live2d博客侧边栏最新评论 修改自「星日语」大佬的 原文链接Stellar展示最新评论 - 星日语 (weekdaycare.cn) 声明: 以下"最新评论"组件是基于twikoo的配置,stellar版本1.28.1,当然,目前代码中,已知的,还有一些博主...2024-06-10Hexo-Theme
constructor -2the difference of & used in reference and store address A reference & is a alias of variable and must be initialized ...2024-06-09Coding
constructor and shadow copyingstrlen vs sizeof strlen method is used to find the length of an array whereas sizeof method is used to find the actual size ...2024-06-08Coding