gpt4 book ai didi

c++ - 我在 C++ 中使用很多结构是正常的吗?

转载 作者:行者123 更新时间:2023-12-02 10:18:44 25 4
gpt4 key购买 nike

关闭。这个问题是opinion-based .它目前不接受答案。












想改进这个问题?更新问题,以便 editing this post 可以用事实和引用来回答它.

2年前关闭。




Improve this question




我真的很喜欢使用结构,因为它们使我的代码更干净,但我担心这段代码使用了很多结构

struct action {
int ex1 = 0;
int ex2 = 0;
int ex3 = 0;
int ex4 = 0;
};

struct state { // an array of the 'struct' action
action actions[10];
};

int main() {
state states[10];
}

那个代码对吗?

最佳答案

当您只有一个成员时,您可能需要考虑一些类型别名( typedef/using ),但这并不总是更好。

你可能没问题。

拥有很多类型并不是天生的坏事。

关于c++ - 我在 C++ 中使用很多结构是正常的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61110187/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com