分类目录归档:C++

C++对二进制和文本文件操作练习

#文本文件 #include <iostream> #include … 继续阅读

发表在 C++ | 留下评论

虚函数及捕获异常练习

#虚函数 #include <iostream> using nam … 继续阅读

发表在 C++ | 留下评论

基类对象与派生类对象指针

#include <iostream> #include <s … 继续阅读

发表在 C++ | 留下评论

对象指针练习

#include <iostream> using namespac … 继续阅读

发表在 C++ | 留下评论

C和C++动态内存的使用

//C #include <stdio.h> #include &l … 继续阅读

发表在 C, C++ | 留下评论