惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
WordPress大学
WordPress大学
T
The Exploit Database - CXSecurity.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Security Latest
Security Latest
Know Your Adversary
Know Your Adversary
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
Schneier on Security
T
Tailwind CSS Blog
Recent Announcements
Recent Announcements
B
Blog
P
Proofpoint News Feed
Y
Y Combinator Blog
L
Lohrmann on Cybersecurity
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Application and Cybersecurity Blog
Application and Cybersecurity Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
G
GRAHAM CLULEY
T
Threat Research - Cisco Blogs
aimingoo的专栏
aimingoo的专栏
博客园 - 【当耐特】
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
AI
AI
MyScale Blog
MyScale Blog
Latest news
Latest news
Stack Overflow Blog
Stack Overflow Blog
Forbes - Security
Forbes - Security
A
Arctic Wolf
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
PCI Perspectives
PCI Perspectives
宝玉的分享
宝玉的分享
NISL@THU
NISL@THU
B
Blog RSS Feed
H
Heimdal Security Blog
E
Exploit-DB.com RSS Feed
G
Google Developers Blog
N
Netflix TechBlog - Medium
V
Visual Studio Blog
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
Securelist
Attack and Defense Labs
Attack and Defense Labs
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
CXSECURITY Database RSS Feed - CXSecurity.com
W
WeLiveSecurity

博客园 - Ghost_zhao

knowlegecube 不停服更新二进制文件 linux 热替换so文件 博客更换至 www.zhaoch.top linux ptheard 生产者消费者 一个简单的makefile,一次性编译本文件夹下所有的cpp文件 c++ 最短路两种算法 C++语言十进制数,CDecimal(未完成) C语言面向对象的简便方法 C语言2048 C图书借还示例 Javascript 备忘 - Ghost_zhao MFC小备忘 C++学习备忘(二) C++坦克大战 C++ 走迷宫 MFC 扫雷 用MFC作的俄罗斯方块 - Ghost_zhao C#手动回收内存的简单方法
C++学习备忘(一)
Ghost_zhao · 2013-02-09 · via 博客园 - Ghost_zhao
1.C++内存使用分为堆、栈:栈是相对静态的,系统自动释放,一般是固定大小,固定位置的,如inta,doubled,int[100]等,堆是相对动态的,通常有new,malloc行为产生,系统不会自动释放堆的内存。De…