|
|
От: | Calavera | |
| Дата: | 17.09.03 20:31 | ||
| Оценка: | |||
SWW>if(TRUE)
SWW> ...
SWW>else
SWW> {
SWW> mystrlist sl1, sl2;
SWW> ....
SWW> }
SWW>#include "Types.h"
class CMyClass
{
public:
mystrlist list;
};#include <string>
#include <list>
typedef std::string mystr;
typedef std::list<mystr> mystrlist;