C / C ++中的system()令人惊讶的东西?
在这里,通过在C或C++中使用system()函数,我们将看到一些惊人的结果。该系统功能存在于Windows,Linux和MAC操作系统中。此功能用于执行可以在命令行中编写的系统命令。
如果系统功能是C或C++,在这里我们将看到两种用法。第一个是使用C++程序获取IP配置详细信息。
示例
#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
system("C:\\Windows\\System32\\ipconfig");
}输出结果
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : domain.name
Link-local IPv6 Address . . . . . : fe80::302b:9dff:1cfb:ff01%10
IPv4 Address. . . . . . . . . . . : 192.168.2.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::217:7cff:fe3d:31c8%10
192.168.2.1
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::5c79:a124:f5b9:e0b7%13
Autoconfiguration IPv4 Address. . : 169.254.224.183
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Ethernet adapter VirtualBox Host-Only Network #2:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::7c54:289:9257:dd7a%16
IPv4 Address. . . . . . . . . . . : 192.168.243.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{E12FA520-1578-4264-A565-A1270D18177A}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{A01195C5-0A34-4E50-89CB-4C391165B7C3}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.domain.name:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : domain.name第二个更有趣。使用此功能,我们可以关闭计算机。我们将只在系统函数内部编写关机程序路径。
示例
#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
system("C:\\WINDOWS\\System32\\shutdown /s");
}输出结果
One box will appear. It will tail the system is shutting down, then it will be shut down.
热门推荐
10 诗词送行祝福语大全简短
11 新房开工吉日祝福语简短
12 50多岁生日简短祝福语
13 安徽疫情祝福语简短英语
14 农民朋友发财祝福语简短
15 对生活祝福语简短精辟
16 搬家词简短祝福语朋友
17 女神结婚快乐祝福语简短
18 文学短句祝福语大全简短