Sunmoon_BIT/Win32API
API사용중 콘솔창 띄우기 - Win32API
와앙노
2010. 1. 15. 19:18
AllocConsole();
freopen("conout$","wt",stdout);