实现string类,用于学习 拷贝构造函数/拷贝赋值运算符/移动构造函数/移动赋值运算符
题目描述 Given an integer n and an integer start. Define an array nums where...
题目描述 Given the array candies and the integer extraCandies, where candies...
题目描述 Given an array nums. We define a running sum of an array as running...
RAII惯用法:C++资源管理的利器[https://mp.weixin.qq.com/s?__biz=MzIwNTc4NTEwOQ==&mid...
当定义一个类时,我们显式地或隐式地指定在此类型的对象拷贝,移动,赋值和销毁时做什么 一个类通过五种特殊的成员函数来控制这些操作,包括:拷贝构造函...
12.1.3 shared_ptr 和 new 结合使用 定义和改变 shared_ptr 的其他方法 不要使用 get 初始化另一个智能指针或...
在 set 的基础上,加一个 score 值 之前 set 是 k1 v1 v2 v3, 现在 zset 是 k1 score1 v1 scor...
key-value 模式不变,但 value 是一个键值对 hset / hget hmset / hmget / hgetall / hdel...