---
title: "What is string class in C  ?"  
description: "What is string class in C  ?"  
author: "Anonymous User"  
published: 2013-06-17  
updated: 2013-06-17  
canonical: https://www.mindstick.com/forum/1196/what-is-string-class-in-c  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is string class in C  ?

What is [string](https://www.mindstick.com/articles/1527/string-split-in-c-sharp) [class](https://www.mindstick.com/blog/165/generic-class-in-c-sharp) in [C++](https://www.mindstick.com/blog/745/array-in-c-plus-plus)?

## Replies

### Reply by Anonymous User

The string class is a specialization if a more general template class called basic string. Infect there are two specialization of basic-string:string, which supports 8-bit character string and wstring, which supports wide character string.\


---

Original Source: https://www.mindstick.com/forum/1196/what-is-string-class-in-c

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
