摘要: 原文:https://docs.microsoft.com/zh-cn/cpp/cpp/argument-passing-and-naming-conventions?view=vs-2017 Visual C++ Compilers允许functions和callers之间约定passing ar 阅读全文
posted @ 2018-10-22 01:10 CloseDown 阅读(117) 评论(0) 推荐(0)
摘要: 有两种常见方式来避免重复include的问题: #pragma once 和 #ifndef GRANDPARENT_H#define GRANDPARENT_H... contents of grandparent.h#endif /* !GRANDPARENT_H */ 一般来说,推荐使用pra 阅读全文
posted @ 2018-10-22 00:22 CloseDown 阅读(222) 评论(0) 推荐(0)