Console programs ARE windows programs.

They just have an extra bit of code to create a console-style window and direct the input accordingly. If you've got the CRT source then have a look, it's quite interesting.