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