티스토리 뷰
#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 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- download.com
- autohotkey
- ScreenHunter
- Phalanger
- AdSense숨기기
- iTextSharp
- AdSense감추기
- jre
- DotNetMagic
- c#
- .net framework
- iText
- Rollback Rx
- Regular Expressions
- AxWebBrowser
- tagREADYSTATE
- windows
- 애드센스감추기
- 스크린캡쳐
- 유틸리티
- WinAutomation
- READYSTATE_COMPLETE
- Automation
- registry
- java
- Sample Code
- 애드센스숨기기
- Microsoft
- Service pack
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
글 보관함
polymorphism.h