[root@iZuf62soquu9rssso122mlZ ~]# cd test [root@iZuf62soquu9rssso122mlZ test]# vim test1.cpp [root@iZuf62soquu9rssso122mlZ test]# ./test1 world [root@iZuf62soquu9rssso122mlZ test]# cat test1.cpp #include<iostream> #include<stdexcept> using namespace std; char *strcpy(char* d...