G-Mode was created in 2000.
graphics mode , the system sets the mode to graphics from text mode
//reflection for triangle # include <iostream.h> # include <conio.h> # include <graphics.h> # include <math.h> char IncFlag; int PolygonPoints[3][2] = {{10,100},{110,100},{110,200}}; void PolyLine() { int iCnt; cleardevice(); line(0,240,640,240); line(320,0,320,480); for (iCnt=0; iCnt<3; iCnt++) { line(PolygonPoints[iCnt][0],PolygonPoints[iCnt][1], PolygonPoints[(iCnt+1)%3][0],PolygonPoints[(iCnt+1)%3][1]); } } void Reflect() { float Angle; int iCnt; int Tx,Ty; cout<<endl; for (iCnt=0; iCnt<3; iCnt++) PolygonPoints[iCnt][1] = (480 - PolygonPoints[iCnt][1]); } void main() { int gDriver = DETECT, gMode; int iCnt; initgraph(&gDriver, &gMode, "C:\\TC\\BGI"); for (iCnt=0; iCnt<3; iCnt++) { PolygonPoints[iCnt][0] += 320; PolygonPoints[iCnt][1] = 240 - PolygonPoints[iCnt][1]; } PolyLine(); getch(); Reflect(); PolyLine(); getch(); }
BGI stands for Borland Graphics Interface. These are the files that contains the information about the graphic functions to be used. These are responsible for performing graphic operations under dos. In Borland turbo c++ these files are contained in directory. -> c:\tc\bgi By default these are loaded in the current directory while compiling and executing the program under c/c++ but sometimes we need to specify their path in "initgraph() function. like: initgrapy(&gdriver,&gmode,"c:\\tc\\bgi"); otherwise it will display you error about bgi.
Created By was created in 1993.
...And God Created Them was created in 1979.
.am was created in 1994.
It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.It wasn't created in England. It was created in India.
God Was Created was created on 2002-07-02.
I Created Disco was created on 2007-06-15.
We Created Our Own Happiness was created in 1997.
It Overtakes Me was created in 2004.
it was created in 2006