随笔分类 - C++
C++学习
摘要:Collections A collection class (also called an abstract data type or container class) is a data type used to store and organize data in some form. The
阅读全文
摘要:functions Thinking Recursively Solving a problem with recursion requires two steps. First, determine how to solve the problem for simple cases. This i
阅读全文
摘要:fundamentals If someone claims to have the perfect programming language, he is either a fool or a salesman or both. 要是有人说有完美的编程语言,那这货要么是个傻der,要么是个卖课的,
阅读全文