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

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

      <legend id='Qt0VD'><style id='Qt0VD'><dir id='Qt0VD'><q id='Qt0VD'></q></dir></style></legend>
    1. <tfoot id='Qt0VD'></tfoot>

        如何打印矢量的数据

        时间:2023-10-06

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

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

              <tbody id='b8BRK'></tbody>
            • <bdo id='b8BRK'></bdo><ul id='b8BRK'></ul>
                  本文介绍了如何打印矢量的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我在互联网上搜索了很多,但找不到打印矢量数据的简单示例..

                  I've searched a lot over the internet, and couldent find simple examples to print vector's data..

                  我试图像数组一样打印它,但它没有用...

                  I tried to print it like an array, though it didnt worked...

                  这是我尝试过的:

                  using namespace std ;
                  .....
                  const int MAX = 255 ;
                  
                  vector <string> testersName[MAX];
                  cout << testersName[i] << endl;
                  

                  错误仅在 cout 行中,第一行正在得到遵守,一切顺利..

                  The error is only in the cout line, the first line is getting complied and everything goes well..

                  我在 testersName 中得到了数据,但我收到了这个错误:

                  I got data inside testersName, though Im getting this error :

                  "错误 1 ​​错误 C2679: 二进制 '<<': 没有找到使用std::vector<_Ty>"类型的右侧操作数的运算符(或者没有可接受的转换)"

                  "Error 1 error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::vector<_Ty>' (or there is no acceptable conversion)"

                  推荐答案

                  vector testersName[MAX]; 声明了一个向量数组,尝试简单的 vector ;testersName(MAX); - 这声明了一个带有 MAX 元素的向量.

                  vector <string> testersName[MAX]; declares an array of vectors, try simply vector <string> testersName(MAX); - this declares a vector with MAX elements.

                  这篇关于如何打印矢量的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Visual C++ 在函数末尾附加 0xCC (int3) 字节 下一篇:使 LibCurl 与 Visual Studio 2013 一起使用

                  相关文章

                  最新文章

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

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

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

                    1. <legend id='EpTAC'><style id='EpTAC'><dir id='EpTAC'><q id='EpTAC'></q></dir></style></legend>