| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Interpolation Spline
- EK3D
- Shader Model
- msocache 제거
- 현실 도피
- interpolation
- Slerp
- VC 6.0 템플릿
- Form factor
- EngineKarbia Developing
- 리눅스 하드 추가
- Cam Parser
- Camera Parser
- Proteus VX
- Violation
- Verbose
- ListTool
- Linux Shutdown
- Mesh Parser
- 상콤한 에러?
- articles
- Sgr
- msocache
- 이중 템플릿
- parser
- VC 6.0 컴파일러 오류
- partition master
- SpaceGoldRush
- Certificated
- Ogre XML
Archives
- Today
- Total
목록2012/07/08 (1)
Kevin Dominic의 Studying Rock Drill~
std::stringstream 사용법
출처 : http://yegam400.tistory.com/523 ---------------------------------------------------------------------------------------------------- STL을 사용할때 buffer와 sprintf를 사용하는 대신에 stringstream을 사용하는데 이것의 사용법은 대충 알았었는데 초기화를 몰라서 얼마전에 찾았다. 아래와 같이 사용하고, 초기화를 하면 재사용을 할수 있다. #include std::stringstream ss; std::string data="1"; ss
Study/전공
2012. 7. 8. 00:57