I just noticed the memory usage of a simple win32 C based GUI application with single main window taking around 3 MB memory ( via Task Manager )
I used Dev-c++ and Mingw as compiler , and generated windows application via project wizard.
why that so ? is there any way to reduce it ?