摘要:
背景 一直比较忙,太久没写点东西了,今天介绍下之前做的一个 Emacs 脚本。在公司里主要用 C++ 作为生产语言,平时用 Mac 电脑工作,但是代码开发都是在远端服务器上。公司代码异常庞大,思考不逊色 Linux 内核代码量,并且源代码级别依赖的项目更是几十个。作为 Spacemacs 老用户平时 阅读全文
摘要:
Solution 2 (probably better) I was happy with solution 1, until I realized I couldn't use the key bindings in IntelliJ, which is a big bummer. Eventua 阅读全文
摘要:
Custom RunTime Type Info c++ include include enum class SimpleType { ST_INVALID, ST_INT64, ST_UINT64, ST_DOUBLE, ST_STRING }; define SIMPLE_TYPE_MACRO 阅读全文