Pages

Showing posts with label C. Show all posts
Showing posts with label C. 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
Graphics on codeblocks | Ebots

Graphics on codeblocks | Ebots

Download the library 1.copy graphics.h & winbgim.h file to C:\Program Files (x86)\CodeBlocks\MinGW\include\ 2. copy libbgi.a  to C:\Prog...

0 Comments