What can't I make a call in global scope?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Why the following code is illegal?


#include <iostream>
#include <vector>

vector<int > vi;

vi.push_back(10); //why this line is illegal?
int ii = vi.at(0); // this line is legal??

int main()
{
  return 0;
}


Appreciation for your kindly help/

Zongjun

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux