Try simply Googling up "Windows API Tutorials". I did, and the first few results on the page were actual tutorials. I don't know if any of them are "easier" than another, but you can look if you want.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}