Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以在一个 .h 文件中放置更多类,还是在一个 .h 文件中放置多个结构?
我有两个简单的结构,现在我有两个单独的 .h 和 .cpp 文件。最初它们是类而不是结构,但因为一切都是公开的,所以我决定将它们公开。
请给我一些建议。
谢谢
没有错。一个头文件可能包含超过 1 个类..!前进 :)
是的,我们可以在 ah 文件中有多个类和多个结构。
如果结构/类彼此相关,则将它们粘贴在同一个文件中 - 这是有道理的。
把它想象成java中的包。