Pages

Showing posts with label plot. Show all posts
Showing posts with label plot. Show all posts
Plot 2d graph in c++

Plot 2d graph in c++

Source Code: #include<stdio.h> #include<math.h> #include<conio.h> #include<graphics.h> int itr = 0,fn,fc; float i,j,...

0 Comments