
C++ 函数模板
- 2022 年 3 月 30 日
- 筆記
•共勉 “那些疯狂到以为自己能够改变世界的人,才能真正改变世界。” 苹果 “非同凡响” 广告·1997 …
Continue Reading•共勉 “那些疯狂到以为自己能够改变世界的人,才能真正改变世界。” 苹果 “非同凡响” 广告·1997 …
Continue Reading•前言 第一次接触文件读写是在大一的C语言教材中,当时哼哧吧唧的学的贼费劲,虽然最后也学会了,但好像没怎么用过。 …
Continue Reading•需求 这两天在看内存对齐的相关问题,因此产生了一个,如何将地址转换为十进制数? 对于如下程序: void …
Continue Reading•小试牛刀 我们自定义两个结构体 A 和 B: struct A { char c1; char c2; int …
Continue Reading•<bits/stdc++.h>介绍 #include<bits/stdc++.h> …
Continue Reading