|
|

楼主 |
发表于 2006-3-31 07:07:00
|
显示全部楼层
Re: 勿进!测试发贴效果,没有预览功能啊.没办法,只好这样.
- #include <cstdlib>
- #include <iostream>
- #include <string>
- #include "netmsg.h"
- using namespace std;
- int main()
- {
- NM_LOGIN ss;
- cout << "type=" << string(ss.TYPE,4) << endl;
- cout << "size=" << string(ss.SIZE,4) << endl;
- cout << "resize=" <<string(toStr4(9910),4) << endl;
- cout << "hello,world!" << endl;cout << "hello,world!" << endl;
- cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;
- cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;
- cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;cout << "hello,world!" << endl;
- system("PAUSE");
- return EXIT_SUCCESS;
- }
复制代码 |
|