Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.36 KB

File metadata and controls

51 lines (46 loc) · 1.36 KB
title Using CStringT | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
dev_langs
C++
helpviewer_keywords
CStringT class, using
ms.assetid 3a9fffb1-6f90-482a-ab69-4003e6084cb5
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using CStringT

The topics in this section describe programming using the template class CStringT.

In This Section

Memory Management with CStringT
Discusses memory management with CStringT, a template class used to manipulate variable-length character strings.

Exporting String Classes Using CStringT
Explains how to export your own string class from a DLL using the CStringT<> template class.

Reference

CStringT Class.
Provides reference information about the shared CStringT class.

See Also

Strings (ATL/MFC)