Source manager
Elenco funzioni :
Clear_Scree         
Client_WP           
CounterInPh         
doubleNB            
ShelldiWindow       
MontaDischiLinu     
CriptaHTM           
ClearScreenPytho    
FunzionePin      
OpenAndClos         
N.A.K               
Bluetooth Finde     
calcolatrice!       
 
Lascia il tuo sorgente
Autore : eagle[at]hackroom[dot]org
void cls(){
COORD home = {0, 0};
CONSOLE_SCREEN_BUFFER_INFO consoleBufInfo;
DWORD numChars;
DWORD numCharsWritten;
HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
GetConsoleScreenBufferInfo( hConsole,&consoleBufInfo );
numChars = consoleBufInfo.dwSize.X * consoleBufInfo.dwSize.Y;
FillConsoleOutputCharacter( hConsole,(TCHAR) ' ', numChars, home,&numCharsWritten );
GetConsoleScreenBufferInfo( hConsole,&consoleBufInfo );
FillConsoleOutputAttribute( hConsole,consoleBufInfo.wAttributes,numChars, home, &numCharsWritten );
SetConsoleCursorPosition( hConsole, home );
}




Powered by HackRoom
Attendere il caricamento...
Attendere il caricamento del vostro profilo...
Inserisci almeno due lettere
Attendere il caricamento...
Attendere il caricamento...