Drawing Arithmatic Functions Graphically like 2x^2 in c++
by Mamoon ur Rasheed draws graph,it can also store values for future use. it can draw upto 100 graphs of different functions at one time. hope Fully it will help begineers a lot to learn. it only takes value like x,2x^2. #include<iostream.h> #include<conio.h> #include<stdlib.h> #include<graphics.h> #include<string.h> #include<fstream.h> #include<dos.h> int i; ////////////////this class will make the …
Drawing Arithmatic Functions Graphically like 2x^2 in c++ Read More »