Advanced C++
摘要
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.