gpt4 book ai didi

c++ - typedef + enum 的奇怪用法

转载 作者:塔克拉玛干 更新时间:2023-11-03 07:58:22 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Is the typedef-name optional in a typedef declaration?

我在 Visual Studio 2008 上看到了这个:

typedef enum testfoo
{
enum1,
enum2,
enum3
};

通常以这种方式使用 typedef 的 C 风格方式需要一个额外的部分(名称):

typedef enum testfoo
{
enum1,
enum2,
enum3
} testfoo_name;

前面的例子在做什么?奇怪的是它编译了,但不确定它实际定义了什么。

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