hw help!
Well let's say I've been missing a couple classes and I need help understanding some of this stuff. Anyone can help me get started and such, itll be great.
Create a class called Character. The class should have the following public member functions:
A function called compare, that accepts as parameters two arrays (of type char), and one size variable (of type int) that indicates the size of both arrays. The function should determine if the contents of the two arrays are the same, then return a value (of type bool) depending on whether the contents are the same (true) or not (false).
You didn't specify a language...