#pragma once
#include <iostream>
#include <string>
#include <regex>
#ifdef _UNICODE
#define tcout wcout
#define tcin wcin
#else
#define tcout cout
#define tcin cin
#endif
#ifdef _UNICODE
#define tstring wstring
#else
#define tstring string
#endif
#ifdef _UNICODE
#define tregex wregex
#define tcmatch wcmatch
#define tsmatch wsmatch
#else
#define tregex regex
#define tcmatch cmatch
#define tsmatch smatch
#endif
#include <iostream>
#include <string>
#include <regex>
#ifdef _UNICODE
#define tcout wcout
#define tcin wcin
#else
#define tcout cout
#define tcin cin
#endif
#ifdef _UNICODE
#define tstring wstring
#else
#define tstring string
#endif
#ifdef _UNICODE
#define tregex wregex
#define tcmatch wcmatch
#define tsmatch wsmatch
#else
#define tregex regex
#define tcmatch cmatch
#define tsmatch smatch
#endif
'Code > C C++' 카테고리의 다른 글
| Display Number on Tray Icon (0) | 2010.06.20 |
|---|---|
| [C++/CLI] Marshalling : System::String^ <-> const char* (0) | 2010.05.17 |
| [C++] How to: Convert Between Various String Types (0) | 2010.05.17 |
| [C++] vector shared_ptr sample (0) | 2010.05.15 |
| [MFC] Simplified MFC Structure (0) | 2010.04.24 |
polymorphism.h