Here are the files :
myfile1 :
https://drive.google.com/file/d/0B03WnxRSaChVc3lDNVJwMjRreHM/view?usp=sharing
myfile2 :
https://drive.google.com/file/d/0B03WnxRSaChVaFM0RHJ4TG1TUnM/view?usp=sharing
when I compile the code above , these error shows :
is there are any error is the code structure ?
U:\test.cpp:5:17: tuple: No such file or directory
U:\test.cpp:8: error: expected constructor, destructor, or type conversion before "auto"
U:\test.cpp:8: error: expected `,' or `;' before "auto"
U:\test.cpp: In function `int main()':
U:\test.cpp:95: error: redeclaration of `std::vector<double, std::allocator<double> > frames'
U:\test.cpp:29: error: `std::vector<double, std::allocator<double> > frames' previously declared here
U:\test.cpp:96: error: `>>' should be `> >' within a nested template argument list
U:\test.cpp:96: error: redeclaration of `std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > Frame_value'
U:\test.cpp:30: error: `std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > Frame_value' previously declared here
U:\test.cpp:100: error: `>>' should be `> >' within a nested template argument list
U:\test.cpp:105: error: ISO C++ forbids declaration of `j' with no type
U:\test.cpp:105: error: `RANGE' undeclared (first use this function)
U:\test.cpp:105: error: (Each undeclared identifier is reported only once for each function it appears in.)
U:\test.cpp:108: error: `move' is not a member of `std'
Execution terminated