function-plotter
It plots any function you want into the console. Just type it into the console
and it will do the work for you!
Functions
Constructor
Being its parameters the size and step:
Graph graph(10, 10);
Graph:Plot(std::string expression)
Graph.Plot("0.1 * x");
Graph:Loop(std::string expression)
graph.Loop("0.1*cos(8*3.1416*t - 4*3.1416*x)")