怎样用C语言调用程序API

我想用C语言编写自动关机的脚本... 我想用C语言编写自动关机的脚本 展开
 我来答
江小右
推荐于2017-10-07 · TA获得超过6928个赞
知道小有建树答主
回答量:1195
采纳率:0%
帮助的人:818万
展开全部
#include <windows.h>这样就可以条用api文件了;如果只是关机的话下面的代码你可以试试
#include<stdio.h>
#include<dos.h>
#include<stdlib.h>

void main()
{
char shut[8];
char b[81];
printf("Hello, Welcome to the TC automatic shutdown procedures\n");
printf(" Watermelon production\n");
printf("Please enter your desired automatic shutdown of time:");
scanf("%s",shut);
sprintf(b,"at %s shutdown -s",shut);
system(b);
}
手机用户60420
2009-09-11
知道答主
回答量:18
采纳率:0%
帮助的人:0
展开全部
“C语言调用API”本身就有错误,任何计算机语言都是可以直接或间接调用WindowsAPI的。LZ的意思是调用Windows里“运行”中的Shutdown命令吧。那就用楼上的system函数调用就OK了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式