Ok, you're looking for a library. C++ standard library doesn't have support for graphic interfaces, you'll have to use a library for that. There are a few options (google it), but my recommendation is Qt. Easy to use (after you learn the basics) and quite powerful.
Unfortunately, Qt is the kind of library that I do not recommend as it is a proprietary library and maybe will they tell one day : "Now you have to pay for qt and also a tax for each Qt application".
That's why you shouldn't use it. You can use wxWidgets instead, or any other library, even Win32 API would do the trick, or Gimp ToolKit (GTK).
TIP: Prefer open-source and free libraries (often GNU GPL licensed)