摘要:
#include <tango.h>int main(int argc,char *argv[]){Tango::Util *tg;try{ tg = Tango::Util::init(argc,argv);tg->server_init();cout << "Ready to accept request" << endl;tg->server_run(); }catch (bad_alloc){ cout << "Can’t allocate memory!!!" << end 阅读全文