I have mingw GCC to write C++ code and I want to create small desktop application for windows.

i am trying to basically just make a button in my little console application which can be pressed. There will be three buttons,

so if I press first button, hello 1 should be display screen
if I press seconds button, hello 2 should be display on screen
if I press third button, hello 3 should be display on screen

I'm having trouble figuring out how to get it to work mingw