i need exact instructions on what to do
You're asking a lot from us.
You need to do some background reading on Wikipedia (see for example: http://en.wikipedia.org/wiki/Widget_toolkit and http://en.wikipedia.org/wiki/Win32 for some of the background on that other tutorial I linked for you) and decide which toolkit you want to use.
Win32 tends to be the more powerful option, but takes pages of code to get a simple window functioning. The other options cover some of it up for you, but it still takes a lot more than you're probably thinking it will.
I'm not trying to discourage you in any way, even though it might seem like it, but just the opposite. I just want you to know what you are up against, and I want you to be able to know what the options are before you choose one. Are you just getting started with C++ in general?