Skip to content

Instantly share code, notes, and snippets.

View KaeLL's full-sized avatar

Pedro KaeLL

  • Brazil
  • 08:27 (UTC -03:00)
View GitHub Profile
@KaeLL
KaeLL / cls.h
Last active May 5, 2016 15:39
Primeira versão de alterações!
#include <Windows.h>
void cls()
{
COORD coordScreen = { 0, 0 };
DWORD dwConSize,
cCharsWritten;
CONSOLE_SCREEN_BUFFER_INFO csbi;