Classroom Programming
page was last updated: Sep 01, 2017 06:18
forum
sorry ): this page is incomplete. feel free to ask me directly for any help ^_^
More Strings X7

Intro

LOL STRINGS. Such a mess. Did you notice that... C++ doesn't actually have strings? However, I personally believe that it never will and would prefer to keep it as a class because of how complex and heavy weight it is. But there are also C-strings. These are very important to know about in addition to C++ strings because of how simple they are in comparison.

Strings in C++

what a string type actually is. array. vector?

string class and file.

Strings in C

what exactly a cstring is. array... of pointers? clarify

cstring file. its functions.

The Performance

the speed difference, esp when large. resizing

The Memory

the overhead size of string in memory comparison