hi friends
i got a communication system assignment and i need to display graphs..
well am learning how to set up a coordinate system in c++ by myself... i got a book and i typed the example given... but the book uses "ccc.h" as a header file and my compiler doesnt recognise it..
is there another file which i should include?
btw i use visual c++...
here s the code
CODE
#define CCC_WIN
#include "ccc.h"
int main()
{
cwin.coord(1, 33, 12, 11);
cwin<<Point(1,11);
cwin<<Point(2,13);
cwin<<Point(3,16);
cwin<<Point(4,20);
cwin<<Point(5,25);
cwin<<Point(6,31);
cwin<<Point(7,33);
cwin<<Point(8,32);
cwin<<Point(9,29);
cwin<<Point(10,23);
cwin<<Point(11,16);
cwin<<Point(12,12);
return EXIT_SUCCESS;
}
thats exactly how it is in the book...
am going to search for other codings via the internet... just thought of u friends to be the first to obtain a response...
thx...
ash...
*1lacca: next time please use code tags: