摘要:
{ 创建一个win32 窗口项目,不是控制台的 把exe改为src文件 复制到windows目录下 ok } 阅读全文
摘要:
bool b = 5 == 55; std::cout << b<< std::endl; EX 阅读全文
摘要:
// 转载自 :https://www.cnblogs.com/wuyepeng/p/9741241.html { 为什么要使用智能指针:我们知道c++的内存管理是让很多人头疼的事,当我们写一个new语句时,一般就会立即把delete语句直接也写了,但是我们不能避免程序还未执行到delete时就跳转 阅读全文
摘要:
{ https://github.com/zhmmmm/ANYTOOL-2.0.0.0.2Version } 阅读全文
摘要:
{ https://github.com/zhmmmm/OpenGL_ES } 阅读全文
摘要:
{ https://github.com/glfw/glfw } 阅读全文
摘要:
{ Bin (二进制) Oct (八进制) Dec (十进制) Hex (十六进制) 缩写/字符 解释 0000 0000 00 0 0x00 NUL(null) 空字符 0000 0001 01 1 0x01 SOH(start of headline) 标题开始 0000 0010 02 2 0 阅读全文
摘要:
{ 命名规范类命名1)所有的类名,接口名(Protocol)均以大写字母开头,多单词组合时,后面的单词首字母大写。 类,接口名必须是有意义的,切忌使用中文拼音命名。另外所有类都要加标致前缀:“OP”2)继承自UIView的类以View结尾。 例如:OperatorUsersInfomationVie 阅读全文
摘要:
{ https://github.com/zhmmmm/Kotlin } 阅读全文
摘要:
{ …or create a new repository on the command line echo "# Kotlin" >> README.md git init git add README.md git commit -m "first commit" git remote add 阅读全文