摘要:
友元类、友元函数、友元运算符 阅读全文
友元类、友元函数、友元运算符 阅读全文
posted @ 2025-05-05 11:11
轩~邈
阅读(30)
评论(0)
推荐(0)
摘要:
ubuntu系统使用经验 阅读全文
ubuntu系统使用经验 阅读全文
posted @ 2025-05-05 08:54
轩~邈
阅读(25)
评论(0)
推荐(0)
构造函数
函数重载和运算符重载
vim编辑器使用经验
贪吃蛇游戏
1、函数参数:传值, 传引用, 传指针 值传递是将实参的值传递给形参(形参是实参的副本) #include <iostream> void swap_value(int a, int b) { int temp = a; a = b; b = temp; } int main() { int x =
public、private和protected
析构函数
const关键字
浙公网安备 33010602011771号