摘要:
Repository Link: Nuo-Math-Compiler Chinese README file: 中文版 README The Nuo-Math-Compiler is a simple compiler for a small self-defined mathematical ex 阅读全文
摘要:
课程链接:黑马 C++ C++ 基础语法 指针 空指针和野指针 空指针:指针变量中指向内存中编号为0的空间 用途:初始化指针变量 注意:空指针指向的内存是不可访问的 野指针:指针变量指向非法的内存空间 #include <iostream> using namespace std; int main 阅读全文