随笔分类 - debug
摘要:C++使用typedef 给复合类型定义别名时,与const结合会产生看似“令人困惑”的类型推定,例如 ``` typedef char* pstring; const pstring cstr=0; const pstring *ps; ``` cstr到底是什么类型? 如果直接把pstring
阅读全文
摘要:layout: post title: How to install in-tree qat driver subtitle: qat gh-repo: daattali/beautiful-jekyll gh-badge: [star, fork, follow] tags: [qat, linu
阅读全文