随笔分类 -  C++ 收集

记录一些好的语法,功能等。。。
摘要:一、标准库中的数值极限 #include <limits> auto max = numeric_limits< char> ::max(); 二、断言 #include <assert.h> assert((" 这里错误 ", 2 + 2 == 5)); 阅读全文
posted @ 2024-03-26 15:12 雾枫 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示