Skip to content

Commit b51bca7

Browse files
committed
replace all urls in my blog
1 parent ae56f98 commit b51bca7

File tree

6 files changed

+1290
-1259
lines changed

6 files changed

+1290
-1259
lines changed

为了工作/Cpp/C++ 20 高级编程.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ g++ hello.cpp -std=c++20 -fmodules-ts
4141

4242
但是很遗憾,目前的`gcc`不支持,所以会报错:
4343

44-
<img src="https://img-blog.csdnimg.cn/7e145353982549c79732e0c63076d167.png" alt="image-20231115171602184" style="zoom: 67%;" />
44+
<img src="https://image.davidingplus.cn/images/2025/02/02/image-20231115171602184.png" alt="image-20231115171602184" style="zoom: 67%;" />
4545

4646
引入模块确实是个不错的选择,后续`C++`可能就会有自己的包管理器了,`C++是世界上最好的语言.py`
4747

@@ -63,9 +63,9 @@ g++ hello.cpp -std=c++20 -fmodules-ts
6363

6464
如下,主要就`#include``#define``#ifdef``#ifndef``#endif``#pragma`这几个
6565

66-
<img src="https://img-blog.csdnimg.cn/8c93a2970c584229b8c4ea5c34166dcb.png" alt="image-20231115172651618" style="zoom:67%;" />
66+
<img src="https://image.davidingplus.cn/images/2025/02/02/image-20231115172651618.png" alt="image-20231115172651618" style="zoom:67%;" />
6767

68-
<img src="https://img-blog.csdnimg.cn/8c894f00ddc147028c73f2eda2e6f554.png" alt="image-20231115172659405" style="zoom:67%;" />
68+
<img src="https://image.davidingplus.cn/images/2025/02/02/image-20231115172659405.png" alt="image-20231115172659405" style="zoom:67%;" />
6969

7070
# 后续
7171

0 commit comments

Comments
 (0)