50 likes | 160 Views
The AnsiString class in CS.1410 provides functionalities for handling C-strings with features such as member functions, operators, and an internal pointer to a C-string. This version contains 47 public member functions and 10 public operators to manipulate and represent string data. Notably, the implementation includes considerations for scenarios where the first character of the string may be undefined. This overview offers a comprehensive look at the class's structure, highlighting its capabilities and potential pitfalls in usage.
E N D
CS 1410 Version 1.0 AnsiString
AnsiString • Contains a C-String where the first character is undefined. • Members • Fields – Pointer to a C-String • Functions – 47 public member functions • Operators – 10 public operators Overview
Ansistring format X \o 0 1 2 3 4 5 6 7 … n undefined