Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include "VectorContainer.h"
  2. #include <vector>
  3.  
  4.  
  5. using namespace std;
  6.  
  7. VectorContainer::VectorContainer()
  8. {
  9. }
  10.  
  11.  
  12. VectorContainer::~VectorContainer()
  13. {
  14. }
  15.  
  16. int main(int argc, char** argv) {
  17. vector<int> m_ppDisplayableObjects();
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement