티스토리 뷰
#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
- AdSense감추기
- Service pack
- 애드센스숨기기
- AdSense숨기기
- AxWebBrowser
- READYSTATE_COMPLETE
- download.com
- tagREADYSTATE
- .net framework
- ScreenHunter
- 애드센스감추기
- jre
- Rollback Rx
- Phalanger
- WinAutomation
- 유틸리티
- DotNetMagic
- Automation
- autohotkey
- iTextSharp
- 스크린캡쳐
- iText
- c#
- Regular Expressions
- registry
- Sample Code
- java
- Microsoft
- windows
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함