C语言调用API的方法

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

posted @ 2013-04-07 00:43  浪浪辛  阅读(2141)  评论(0)    收藏  举报