Skip to content

Commit 92bc715

Browse files
committed
添加各平台文件格式
1 parent 2322ea6 commit 92bc715

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2466,6 +2466,14 @@ public:
24662466

24672467
## 链接装载库
24682468

2469+
### 各平台文件格式
2470+
2471+
平台 | 可执行文件 | 目标文件 | 动态库/共享对象 | 静态库
2472+
---|---|---|---|---
2473+
Windows|exe|obj|dll|lib
2474+
Unix/Linux|ELF、out|o|so|a
2475+
Mac|Mach-O|o|dylib、tbd、framework|a、framework
2476+
24692477
### 内存、栈、堆
24702478

24712479
一般应用程序内存空间有如下区域:

0 commit comments

Comments
 (0)