C++ Templates
C++ Templates Templates are C++'s mechanism for generic programming — writing code that works with any type without repeating yourself. Unlike runtime polymorphism (virtual …
我的博客
在代码与生活之间
每日一言
正在获取今日一言
欢迎来到
关于技术实践、个人思考,以及值得被记住的日常。
最新创作
C++ Templates Templates are C++'s mechanism for generic programming — writing code that works with any type without repeating yourself. Unlike runtime polymorphism (virtual …
Process A basic resources unit which is assigned with memory in OS - Has isolated memory address arly System Thread A basic unit is called by CPU rely on and within [Process] use …