chapter1.zip

时间:2023-01-21 16:11:04
【文件属性】:

文件名称:chapter1.zip

文件大小:2KB

文件格式:ZIP

更新时间:2023-01-21 16:11:04

cpp template

To get the most from this book, you should already know C++. We describe the details of a particular language feature, not the fundamentals of the language itself. You should be familiar with the concepts of classes and inheritance, and you should be able to write C++ programs using components such as IOstreams and containers from the C++ standard library. You should also be familiar with the basic features of “Modern C++”, such as auto, decltype, move semantics, and lambdas. Nevertheless, we review more subtle issues as the need arises, even when such issues aren’t directly related to templates. This ensures that the text is accessible to experts and intermediate programmers alike.


【文件预览】:
chapter1
----CMakeLists.txt(313B)
----build.sh(172B)
----include()
--------test.h(61B)
--------max1.hpp(130B)
----src()
--------test.cc(112B)
----main.cc(299B)

网友评论