从www.CppReference.com打包的C++参考手册

源代码在线查看: system.html

软件大小: 840 K
上传用户: dingjuan_01
关键词: CppReference www com 参考手册
下载地址: 免注册下载 普通下载 VIP

相关代码

																				  				  "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">								  system				  																				  				  				  								  				    cppreference.com > 				    "index.html">Other Standard C Functions > 				    "system.html">system				  								  				    system				  								  				    Syntax:				  				  				  #include <stdlib.h>				  int system( const char *command );												  The system() function runs the given command by passing				  it to the default command interpreter.  								  The return value is usually zero if the command executed without				  errors. If command is NULL, system() will				  test to see if there is a command interpreter available. Non-zero				  will be returned if there is a command interpreter available, zero				  if not.								  				    Related topics:				  								  				    exit				    getenv				  				  				  				  												  				  											

相关资源