11 2016 档案

##xcode 文件模板自定义
摘要:xcode 文件模板自定义 在使用xcode内部模板创建C++类文件时,创建出来的头文件是.hpp结尾的,但是我想用.h结尾的, 所以就网上找了下资料看能不能自定义模板,这样还可以修改文档注释。在网上找到了一些资料,可以参考下: 1. "定制你的Xcode工程目录和文件模板" 2. "Creatin 阅读全文

posted @ 2016-11-25 16:41 ZhYQ_note 阅读(271) 评论(0) 推荐(0)

##C++ format 格式化字符串
摘要:C++ format 格式化字符串实现方式 1. "http://stackoverflow.com/questions/2342162/stdstring formatting like sprintf" 5. "https://github.com/fmtlib/fmt compile time 阅读全文

posted @ 2016-11-22 14:54 ZhYQ_note 阅读(7064) 评论(0) 推荐(0)

How to convert a std::string to const char* or char*?
摘要:How to convert a std::string to const char or char ? 1. 原文地址: "http://stackoverflow.com/questions/347949/how to convert a stdstring to const char or c 阅读全文

posted @ 2016-11-14 14:13 ZhYQ_note 阅读(494) 评论(0) 推荐(0)

xcode: {} 花括号缩进一个空格
摘要:在xcode中写C++代码时,在输入{} 花括号时,前面总是有一个空格,导致对不起 if ,感觉不舒服,找了一个解决方法: 不要勾选下图中的画线部分就行了 阅读全文

posted @ 2016-11-09 17:28 ZhYQ_note 阅读(1324) 评论(0) 推荐(0)

LDoc使用总结
摘要:LDoc使用总结 安装 按照下面的安装就可以了 "http://www.cnblogs.com/ZhYQ Note/articles/6022525.html" 使用 参考:官方的说明文档 "https://stevedonovan.github.io/ldoc/manual/doc.md.html 阅读全文

posted @ 2016-11-02 17:21 ZhYQ_note 阅读(535) 评论(0) 推荐(0)

导航