<bdo id='6jCqC'></bdo><ul id='6jCqC'></ul>

  1. <tfoot id='6jCqC'></tfoot>
  2. <small id='6jCqC'></small><noframes id='6jCqC'>

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

    1. <legend id='6jCqC'><style id='6jCqC'><dir id='6jCqC'><q id='6jCqC'></q></dir></style></legend>
    2. &lt;dirent.h&gt;在 Visual Studio 2010 或 2008 中

      时间:2023-05-23
    3. <legend id='V4fmU'><style id='V4fmU'><dir id='V4fmU'><q id='V4fmU'></q></dir></style></legend>

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

            <tbody id='V4fmU'></tbody>
              <bdo id='V4fmU'></bdo><ul id='V4fmU'></ul>

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

                本文介绍了&lt;dirent.h&gt;在 Visual Studio 2010 或 2008 中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我想在我的代码中使用 #include 但发生了这个错误:

                I want to use #include<dirent.h> in my code but this error happen:

                无法打开包含文件:'dirent.h': 没有那个文件或目录

                Cannot open include file: 'dirent.h': No such file or directory

                我该如何解决这个问题?

                How can I solve this problem ?

                推荐答案

                因为这个头文件不是 MSVC 自带的.因此它找不到它!

                Because this header file doesn't come with MSVC. Hence it cannot find it!

                它带有 C POSIX 库.维基百科说,

                dirent.h 已知包含在以下编译器:

                dirent.h is known to be included in the following compilers:

                • Turbo C++ (DOS)
                • GCC(跨平台)
                • MinGW (Microsoft Windows)
                • Borland C++ Builder (Microsoft Windows)

                Microsoft Visual C++ 不包括目录.h

                Microsoft Visual C++ does not include dirent.h

                但是,您可以下载dirent.h 的免费 Windows 实现,您可以将其与 Microsoft Visual Studio 一起使用.

                However, you can download free Windows implementation of dirent.h which you can use with Microsoft Visual Studio.

                这篇关于&lt;dirent.h&gt;在 Visual Studio 2010 或 2008 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何从 Visual Studio 2010 使用 SWIG 创建 DLL 下一篇:在 Visual Studio 中刷新自动完成 (IntelliSense) 数据库

                相关文章

                最新文章

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

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

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