Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.18 KB

using-cstringt.md

File metadata and controls

34 lines (29 loc) · 1.18 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Using CStringT | Microsoft Docs
11/04/2016
cpp-windows
reference
C++
CStringT class, using
3a9fffb1-6f90-482a-ab69-4003e6084cb5
7
mikeblome
mblome
ghogen

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)