找回密码
 注册
搜索
查看: 913|回复: 2

[讨论] (mtk)请问这个语句是什么意思?

[复制链接]
发表于 2007-1-4 12:04:06 | 显示全部楼层 |阅读模式
在PopulateResData函数里,
{
char cmd[512];

system(cmd);  //这个是什么函数?怎么没有定义?
}
发表于 2007-1-4 15:01:46 | 显示全部楼层
这个是标准库文件中的函数
VC++的头文件STDLIB.H中这样申明
#ifndef _MAC
_CRTIMP int    __cdecl system(const char *);
#endif

ADS的stdlib.h中这样申明
extern int  system(const char * /*string*/);
   /*
    * passes the string pointed to by string to the host environment to be
    * executed by a command processor in an implementation-defined manner.
    * A null pointer may be used for string, to inquire whether a command
    * processor exists.
    *
    * Returns: If the argument is a null pointer, the system function returns
    *          non-zero only if a command processor is available. If the
    *          argument is not a null pointer, the system function returns an
    *          implementation-defined value.
    */
点评回复

使用道具 举报

发表于 2007-1-5 11:08:51 | 显示全部楼层
调用系统命令
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-11-23 14:58 , Processed in 0.048154 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表