int main ( ) {
int x , y ;
COLORREF giallo = RGB ( 255,255,0 ) .
COLORREF azzurro = RGB ( 173.216.230 ) "
3
Aggiungi il codice , " SetConsoleTitle ( " ConGraphics " ) ;
HWND hWnd = FindWindow ( NULL , " ConGraphics " ) ;
HDC hdc = GetDC ( hWnd ) ;
//disegna una curva sinusoidale giallo
per ( x = 0; x < 700 ; x + + ) per
{
//centro in y = 200 pixel
y = ( int ) ( sin ( x/100.0 ) * 100 + 200 ) .
SetPixel ( hDC, x , y , giallo) "
4
finitura a macchina, " //Disegna centro linea
for ( x = 0; x < 700 ; x + + ) per
{
SetPixel ( hDC, x , 200 , Azzurro ) ;
}
ReleaseDC ( hWnd , hdc ) ;
DeleteDC (HDC ) ;
getchar (); . //attendere
return 0 "