ostenloo / functionGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 > >.

About


Languages

Language:C++ 97.1%Language:CMake 2.9%