[ create a new paste ] login | about

Link: http://codepad.org/TCPb8p2u    [ raw code | fork ]

wiso - C++, pasted on Apr 21:
1
2
3
4
5
6
7
8
9
10
11
#include <vector>

using namespace std;

int main()
{
  struct vector<int> v;
  v.push_back(1);
  return 0;

}


Output:
No errors or program output.


Create a new paste based on this one


Comments: