C/C++开发问题


C++ std::set 更新很乏味:我无法就地更改元素
C++ std::set update is tedious: I can#39;t change an element in place(C++ std::set 更新很乏味:我无法就地更改元素)...
2024-05-12 C/C++开发问题
2

如何指定指向重载函数的指针?
How do I specify a pointer to an overloaded function?(如何指定指向重载函数的指针?)...
2024-05-12 C/C++开发问题
2

为什么不能将前向声明用于 std::vector?
Why can#39;t a forward declaration be used for a std::vector?(为什么不能将前向声明用于 std::vector?)...
2024-05-12 C/C++开发问题
1

使用 std::sort 对集合进行排序
Sorting Sets using std::sort(使用 std::sort 对集合进行排序)...
2024-05-12 C/C++开发问题
1

为什么从 C++11 中删除了 unary_function、binary_function?
Why have unary_function, binary_function been removed from C++11?(为什么从 C++11 中删除了 unary_function、binary_function?)...
2024-05-12 C/C++开发问题
4

STL MAP 应该使用 find() 或 [n] 标识符来查找地图中的元素吗?
STL MAP should use find() or [n] identifier to find element in map?(STL MAP 应该使用 find() 或 [n] 标识符来查找地图中的元素吗?)...
2024-05-12 C/C++开发问题
1

如何将一串十六进制值转换为一个字符串?
How to convert a string of hex values to a string?(如何将一串十六进制值转换为一个字符串?)...
2024-05-12 C/C++开发问题
105

`std::set` 有什么问题?
What is wrong with `std::set`?(`std::set` 有什么问题?)...
2024-05-12 C/C++开发问题
1

你什么时候更喜欢使用 std::list<T>而不是 std::vector<
When do you prefer using std::listlt;Tgt; instead of std::vectorlt;Tgt;?(你什么时候更喜欢使用 std::listlt;Tgt;而不是 std::vectorlt;Tgt;?)...
2024-05-12 C/C++开发问题
5

std::vector 插入的摊销分析
Amortized analysis of std::vector insertion(std::vector 插入的摊销分析)...
2024-05-12 C/C++开发问题
7

STL 的 list::sort() 使用哪种排序算法?
Which sorting algorithm is used by STL#39;s list::sort()?(STL 的 list::sort() 使用哪种排序算法?)...
2024-05-12 C/C++开发问题
1

按索引访问的 STL 双端队列是 O(1)?
STL deque accessing by index is O(1)?(按索引访问的 STL 双端队列是 O(1)?)...
2024-05-12 C/C++开发问题
1