Guest User

Untitled

a guest
Jun 6th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1.    if(argv[2][0]=='f'){
  2.         std::vector<double> A;
  3.         std::vector<double> B;
  4.         std::vector<double> C;
  5.     }
  6.     else if(argv[2][0]=='i'){
  7.         std::vector<int> A;
  8.         std::vector<int> B;
  9.         std::vector<int> C;
  10.     }
  11.  
  12.     srand(time(NULL));
  13.     vector_generator(A,vector_size,argv[2][0]);
Advertisement
Add Comment
Please, Sign In to add comment