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

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

    1. 混合外部和常量

      Mixing extern and const(混合外部和常量)

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

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

            <legend id='OLYNO'><style id='OLYNO'><dir id='OLYNO'><q id='OLYNO'></q></dir></style></legend>

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

              • 本文介绍了混合外部和常量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我可以像 extern const 那样混合 extern 和 const 吗?如果是,const 限定符是否仅在其声明的范围内强加其统治,还是应该与其声明的翻译单元的声明完全匹配?IE.我可以声明 extern const int i; 即使实际 i 不是常量,反之亦然?

                Can I mix extern and const, as extern const? If yes, does the const qualifier impose it's reign only within the scope it's declared in or should it exactly match the declaration of the translational unit it's declared in? I.e. can I declare say extern const int i; even when the actual i is not a const and vice versa?

                推荐答案

                • 是的,您可以同时使用它们.
                • 是的,它应该与实际声明的翻译单元中的声明完全匹配.当然,除非您参与了 Underhanded C 编程竞赛 :-)
                • 通常的模式是:

                  • file.h:
                    extern const int a_global_var;
                  • file.c:
                    #include "file.h"
                    const int a_global_var =/* 一些常量表达式 */;

                  合并了legends2k的评论.谢谢.

                  Incorporated legends2k's comment. Thanks.

                  这篇关于混合外部和常量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Is Type(::x); valid?(是类型(::x);有效的?)
                Difference between an inline function and static inline function(内联函数和静态内联函数的区别)
                Compilation fails randomly: quot;cannot open program databasequot;(编译随机失败:“无法打开程序数据库)
                Too many initializers error for a simple array in bcc32(bcc32 中的简单数组的初始值设定项过多错误)
                No Member named stoi in namespace std(命名空间 std 中没有名为 stoi 的成员)
                Error using a constexpr as a template parameter within the same class(在同一个类中使用 constexpr 作为模板参数时出错)

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

                    <bdo id='j5iZx'></bdo><ul id='j5iZx'></ul>

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

                        <legend id='j5iZx'><style id='j5iZx'><dir id='j5iZx'><q id='j5iZx'></q></dir></style></legend>

                            <tbody id='j5iZx'></tbody>