ClassesAs far as I know structs are kind of just records of data, whereas classes are meant to actually mod...
Try to write a search algorithmHm, apologies if there's an obvious reason against this, but why not store the words in a HashMap? W...
type-checkingI don't know about C++, and please someone correct me if what I say is wrong, but as far as I know: ...
Sort two arrays togetherI think it would be better if you use an object where you store a name and a person age belonging to...
Help sorting/char arrays onlyAnd to add to that, since you don't have plain chars you need a function for both the test and the s...