This chapter dives into more advanced C++ topics, including memory management,data structures, and template programming. C++ proivdes complete control over memory management. This is in stark contrast to languages like Python, where memory management is largely automatic. In this section,we discuss how memory is managed in C++, beginning with the two memory regions to which we have access.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Advanced C++

  • Raymond J. Spiteri,
  • Kyle Klenk

摘要

This chapter dives into more advanced C++ topics, including memory management,data structures, and template programming. C++ proivdes complete control over memory management. This is in stark contrast to languages like Python, where memory management is largely automatic. In this section,we discuss how memory is managed in C++, beginning with the two memory regions to which we have access.