<small id='rZMs4'></small><noframes id='rZMs4'>

    • <bdo id='rZMs4'></bdo><ul id='rZMs4'></ul>
    <tfoot id='rZMs4'></tfoot>
    <legend id='rZMs4'><style id='rZMs4'><dir id='rZMs4'><q id='rZMs4'></q></dir></style></legend>
    <i id='rZMs4'><tr id='rZMs4'><dt id='rZMs4'><q id='rZMs4'><span id='rZMs4'><b id='rZMs4'><form id='rZMs4'><ins id='rZMs4'></ins><ul id='rZMs4'></ul><sub id='rZMs4'></sub></form><legend id='rZMs4'></legend><bdo id='rZMs4'><pre id='rZMs4'><center id='rZMs4'></center></pre></bdo></b><th id='rZMs4'></th></span></q></dt></tr></i><div id='rZMs4'><tfoot id='rZMs4'></tfoot><dl id='rZMs4'><fieldset id='rZMs4'></fieldset></dl></div>

      1. MSVC 中的复合文字

        时间:2023-05-23
        <tfoot id='xL6H8'></tfoot>

        <small id='xL6H8'></small><noframes id='xL6H8'>

            <tbody id='xL6H8'></tbody>
              <legend id='xL6H8'><style id='xL6H8'><dir id='xL6H8'><q id='xL6H8'></q></dir></style></legend>

              • <bdo id='xL6H8'></bdo><ul id='xL6H8'></ul>

                • <i id='xL6H8'><tr id='xL6H8'><dt id='xL6H8'><q id='xL6H8'><span id='xL6H8'><b id='xL6H8'><form id='xL6H8'><ins id='xL6H8'></ins><ul id='xL6H8'></ul><sub id='xL6H8'></sub></form><legend id='xL6H8'></legend><bdo id='xL6H8'><pre id='xL6H8'><center id='xL6H8'></center></pre></bdo></b><th id='xL6H8'></th></span></q></dt></tr></i><div id='xL6H8'><tfoot id='xL6H8'></tfoot><dl id='xL6H8'><fieldset id='xL6H8'></fieldset></dl></div>

                • 本文介绍了MSVC 中的复合文字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  在 GCC 中,我可以这样做:

                  In GCC, I'm able to do this:

                  (CachedPath){ino}
                  inode->data = (struct Data)DATA_INIT;
                  

                  哪里:

                  struct CachedPath
                  {
                      Ino ino;
                  };
                  
                  typedef int8_t Depth;
                  struct Data
                  {
                      Offset size;
                      Blkno root;
                      Depth depth;
                  };
                  #define DATA_INIT {0, -1, 0}
                  

                  MSVC 为这些类型的转换提供以下错误:

                  MSVC gives the following error for these kind of casts:

                  error C2143: syntax error : missing ';' before '{'
                  

                  如何在 MSVC 中执行此操作? 进一步注意,代码已从 C99 转换而来,我为此使用了指定的初始值设定项,然后进行了类似的转换.任何有关 C99 和 C++ 的 MSVC/GCC 实现之间的各种功能之间关系的清晰性表示赞赏.

                  How can I do this in MSVC? Further note that the code has been converted from C99, where I used designated initializers for this, and then cast it similarly. Any clarity on how these various features relate between C99, and MSVC/GCC implementations of C++ is appreciated.

                  推荐答案

                  构造 (Type){initialisers} 不是强制转换操作,而是复合的句法构造字面意思.这是一个 C99 构造,GCC 在其 C++ 编译器中也支持它作为扩展.据我所知,在 C 或 C++ 模式下,直到并包括 MSVC 2012 都不支持复合文字.对 C 模式的支持是后来在 MSVC 2013 中引入的.在 C++ 模式下仍然不支持,我认为不太可能会添加支持.

                  The construct (Type){initialisers} is not a cast operation, but it is the syntactic construct of a compound literal. This is a C99 construct, which GCC also supports in its C++ compiler as an extension. As far as I can determine, compound literals are not supported up to and including MSVC 2012, in either its C or C++ mode. The support in C mode was introduced later, in MSVC 2013. In C++ mode it is still not supported and I believe it is unlikely support will be added.

                  对于 MSVC 2012 及更早版本,此构造的替代方案是

                  For MSVC 2012 and older, the alternatives for this construct are

                  • 显式声明和初始化所需结构类型的临时对象,并在赋值中使用它而不是复合字面量
                  • 不要对复合文字进行单一赋值,而是为每个单独的成员使用单独的赋值.

                  这篇关于MSVC 中的复合文字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在命令行中使用 MS 代码覆盖工具? 下一篇:MSBuild:用于 VS2010 中本机 C++ 项目的 Custom.After.Mi

                  相关文章

                  最新文章

                  1. <small id='c997u'></small><noframes id='c997u'>

                    1. <i id='c997u'><tr id='c997u'><dt id='c997u'><q id='c997u'><span id='c997u'><b id='c997u'><form id='c997u'><ins id='c997u'></ins><ul id='c997u'></ul><sub id='c997u'></sub></form><legend id='c997u'></legend><bdo id='c997u'><pre id='c997u'><center id='c997u'></center></pre></bdo></b><th id='c997u'></th></span></q></dt></tr></i><div id='c997u'><tfoot id='c997u'></tfoot><dl id='c997u'><fieldset id='c997u'></fieldset></dl></div>
                      <tfoot id='c997u'></tfoot>
                    2. <legend id='c997u'><style id='c997u'><dir id='c997u'><q id='c997u'></q></dir></style></legend>
                        <bdo id='c997u'></bdo><ul id='c997u'></ul>