Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 345 Bytes

functionGenerator

1)Download and extract the ZIP file

2)Open main.cpp

3)Press run and follow the cout instructions.

Example:

1 2 3 4

5 6 7 8

Note: Your IDE will need to run at least c++11, otherwise, the for(auto a : domain) will throw a warning. Also the vector<vector<int> > will need a space between the > >.