C++ 学习笔记
C++ 常量成员函数学习笔记
目录C++ 成员函数常量成员对象的定义关于常量引用总结C++ 成员函数 C++的类中, 在成员函数的函数声明有末尾使用const 修饰, 则表明该函数为常量成员函数.[详细]
2023-11-20 14:21 分类:开发C++学习笔记std::vector底层原理及扩容
目录std::vector扩容总结std::vector std::vector是C++标准库中的一个容器,它提供了动态数组的功能。它的底层实现是通过连续的内存块来存储元素,这使得它能够在O(1)的时间复杂度下进行随机访问。[详细]
2023-11-20 14:20 分类:开发C++关键字volatile学习笔记
目录C++ volaandroidtile关键字优化C++ volatile关键字 volatile 是 C++ 中的一个关键字,用于标识变量或对象,告诉编译器在使用这些变量或对象时不能进行优化,以保证它们在内存中的状态与代码中的状态一致。[详细]
2023-11-20 14:19 分类:开发Is there a good tutorial for figuring out what a website is doing so your program can do the same thing? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-28 17:27 分类:问答