I use wxDev-cpp, and I let it create all the basic files for my projects, but I noticed that even for a single window frame, the program takes about 3Mo!!
I don't know if this is due to the compiler...I think that the more librairies are included, the bigger the program will be, but I think that there must be another way...
I would like to share my programs on my future web site, but I don't see myself sharing a program of 3Mb which does nothing else but shutting the computer down (for example, or even saying hello world

I think that every programmer has to deal with this problem one day. Do you know the key to doing this?