I just noticed the memory usage ( using task manager) by the simple GUI application ( with single main window ) is around 3 MB .
I used Dev-c++ and Mingw as compiler
Is there anyway to reduce this ?
|
I just noticed the memory usage ( using task manager) by the simple GUI application ( with single main window ) is around 3 MB . I used Dev-c++ and Mingw as compiler Is there anyway to reduce this ?
| |||||||||||||
feedback
|
|
Adding this method in Main method yields a better result in task manager :)
| |||
|
feedback
|