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