在 Debian 上安装 C++ 编译器
一 安装步骤
二 验证安装
三 编写与运行第一个程序
#include <iostream> int main() { std::cout << "Hello, World!\n"; return 0; }
四 多版本管理与常用工具