Aprire l'editor di codice .
2
Digitare " # include # include # include int main ( ) { int x , y ; COLORREF giallo = RGB ( 255,255,0 ) . COLORREF azzurro = RGB ( 173.216.230 ) " 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) " 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 "
3
4
Informazioni correlate
Programmazione © www.354353.com