Relative Content

Tag Archive for c++stringclassc-strings

How to store a dynamic C string

For an assignment in my college data structures class, we have to define functions for a palindrome class that takes a word, checks if it is a palindrome, stores it as half the word, and can access certain aspects of it in C++.