怎么用c++写一个,访问一个网页的程序。就是,一打开这个程序,就访问一个固定的网址。[解决办法]
#include <stdlib.h>int main(){ return system("start http://www.baidu.com");}