STL.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:0k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- #ifndef __STL_H__
- #define __STL_H__
- ///////////////////////////////////
- #pragma warning(disable:4786)
- #include <string>
- #include <map>
- #include <list>
- #include <assert.h>
- #include <io.h>
- #include <stdio.h>
- #include <conio.h>
- using namespace std ;
- typedef list< int >INT_LIST;
- typedef map< int , void * >INT_PTR_MAP;
- /////////////////////////////////
- #endif