C++的设计哲学 11 月 ago puladiao 1 minute C++下层不再有其他语言(汇编除外)There should be no language beneath C++ (except assembly). 你只为你使用的付费。You only pay for what you use. 以最低的成本实现高阶抽象。Offer high-level abstractions at low cost (there’s a strong aim for zero-cost).