[ create a new paste ] login | about

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

C++, pasted on Jul 14:
1
2
3
4
5
int main()
{
    std::vector<int> v;
    printf("%d\n",sizeof(v));
}


Output:
1
28


Create a new paste based on this one


Comments: