阅读约 3 分钟

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 …

继续阅读
阅读约 10 分钟

operating-system operating-system

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 …

继续阅读