본문 바로가기

Programming/C++

The complete guide to C++ String

유명한 Michael Dunn에 의해 2002년 Code Project에 작성된 기사이다.


그는 현재 VMWare 회사에서 일하고 있다. 내가 존경하는 사람 중에 한 명이다.



이 글은 C++ String 에 관해서 자세한 설명과 예제를 소개한다.

쉬운 설명이라서 영어로 작성되어 있긴 하지만, 누구나 이해하기 쉬울 것이라고 생각한다.


Win32 Character Encodings 는 정독하고나서 String Wrapper Classes 를 보는 것이 좋다.



1. The Complete Guide to C++ Strings, Part I - Win32 Character Encodings

    - http://www.codeproject.com/KB/string/cppstringguide1.aspx


2. The Complete Guide to C++ Strings, Part II - String Wrapper Classes

    - http://www.codeproject.com/KB/string/cppstringguide2.aspx