1. <legend id='aGS3v'><style id='aGS3v'><dir id='aGS3v'><q id='aGS3v'></q></dir></style></legend>
      <bdo id='aGS3v'></bdo><ul id='aGS3v'></ul>

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

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

      如何在代码块中使用 graphics.h?

      时间:2023-09-27
    3. <legend id='Zk721'><style id='Zk721'><dir id='Zk721'><q id='Zk721'></q></dir></style></legend>

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

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

                本文介绍了如何在代码块中使用 graphics.h?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我最近开始学习 C++ 中的图形.

                I have recently started learning graphics in C++.

                我在代码块中的程序中尝试了 #include 但它显示错误.然后我从一个站点下载了 graphics.h 标头并粘贴到代码块中的 include 文件夹中,但它显示 graphics.h:No such file or directory.

                I tried #include <graphics.h> in my program in codeblocks but it shows error. Then I downloaded graphics.h header from a site and pasted in the include folder in codeblocks, yet it shows graphics.h:No such file or directory.

                谁能教我如何在代码块中使用 graphics.h?

                Can anyone teach me how to use graphics.h in codeblocks?

                推荐答案

                1. 首先从 http://winbgim.codecutter.org/ 下载 WinBGIm.
                2. graphics.hwinbgim.h 文件复制到编译器目录的include 文件夹中
                3. libbgi.a 复制到编译器目录的 lib 文件夹中
                4. 在代码::块中打开设置>>编译器和调试器>>链接器设置单击链接库部分中的添加按钮并浏览并选择libbgi.a 文件
                5. 在右侧(即其他链接器选项)粘贴命令-lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32
                6. 点击确定
                1. First download WinBGIm from http://winbgim.codecutter.org/ Extract it.
                2. Copy graphics.h and winbgim.h files in include folder of your compiler directory
                3. Copy libbgi.a to lib folder of your compiler directory
                4. In code::blocks open Settings >> Compiler and debugger >>linker settings click Add button in link libraries part and browse and select libbgi.a file
                5. In right part (i.e. other linker options) paste commands -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32
                6. Click OK

                有关详细信息,请访问此链接.

                For detail information follow this link.

                这篇关于如何在代码块中使用 graphics.h?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  <tbody id='XPmnW'></tbody>

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

                    • <bdo id='XPmnW'></bdo><ul id='XPmnW'></ul>
                      <legend id='XPmnW'><style id='XPmnW'><dir id='XPmnW'><q id='XPmnW'></q></dir></style></legend>

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