C语言调用API的方法

#include <windows.h>
int main()                   
{
    MessageBox (NULL,"Hello,World!","Hello",MB_OK);//API函数
    return 0 ;
}

posted @ 2013-04-07 00:43  Please Call me 小强  阅读(2062)  评论(0编辑  收藏  举报