程序设计天梯赛题解-5分题 (C/C++)
L1-001 Hello WorldL1-004 计算摄氏温度L1-012 计算指数L1-014 简单题L1-021 重要的话说三遍L1-024 后天L1-026 I Love GPLTL1-029 是不是太胖了L1-036 A乘以BL1-038 新世界L1-042 日期格式化L1-...
C++: algorithm-算法头文件
函数名站内文章/帖子备注std::sample()C++17 : std::sample函数——————std::inplace_merge()C++17 标准库: std::inplace_merge——————std::rotate()C++17 : std::rotate—————...
每日C++(25年):6月合集
6月1日:C++20 : std::atomic::wait 和 std::atomic::notify_one/notify_all6月2日:C++14 中的 std::make_unique函数6月3日:C++11 : std::getline 的扩展用法6月4日:C++17 标准库: std::mem...
每日C++(25年):7月合集
7月1日:C++14:std::search7月2日:string: std::basic_string::find_first_not_of7月3日:string:std::string::find_first_of7月4日:string: std::string::compare7月5日:string:std::str...
C++: iostream-输入输出头文件
函数名站内文章/帖子备注std::ostream::rdbufiostream:std::ostream::rdbuf——————std::ostream::writeiostream:std::ostream::write——————std::ostream::flushiostream:std::ost...
Dev-Cpp 5.11 安装教程
注意:本教程使用的软件为:DevCpp 5.11。对于其它版本,请读者自行斟酌有效性。安装:双击安装,可以先不用选择语言:点击I Agree选择要按照的位置,点击:Install点击Finish:运行软件,选择你...
程序设计天梯赛题解-25分题 (C/C++)
L2-002 链表去重L2-003 月饼L2-004 这是二叉搜索树吗?L2-005 集合相似度L2-006 树的遍历L2-007 家庭房产L2-008 最长对称子串L2-009 抢红包L2-010 排座位L2-011 玩转二叉树L2-012 关于堆的判断...
每日C++(25年):6月9日 – 6月15日
6月9日:C++17 : std::rotate6月10日:C++17 : std::partition6月11日:C++17 : std::copy_if6月12日:C++11 : enum class 语法6月13日:C++17 : std::for_each_n6月14日:C++23: std::ran...
每日C++(25年):5月合集
5月1日:C++11 新特性解析:Lambda 表达式(1)5月2日:C++11 新特性解析:std::enable_if 和 SFINAE5月3日:C++11 新特性解析:std::array 和其与传统数组的优缺点5月4日:C++17 新特性解析:s...
C++: string-字符串头文件
函数名站内文章/帖子备注std::basic_string::find_first_not_of()string: std::basic_string::find_first_not_of——————std::string::find_first_of()string:std::string::find_first_of...
每日C++(25年):7月21日 – 7月27日
7月21日:iostream:std::ostream::flush7月22日:iostream:std::cout::put7月23日:iostream:std::ostream::tie7月24日:iostream:std::ostream::width7月25日:iostream:std::ios::sync_w...
C++: cmath-数学头文件
函数名站内文章/帖子备注std::hypotcmath:std::hypot——————std::erfcmath:std::erf——————std::ilogbcmath:std::ilogb——————std::fmacmath:std::fma——————std::next...