摘要: #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 阅读全文
posted @ 2013-01-03 01:10 greencolor 阅读(205) 评论(0) 推荐(0) 编辑