I have a small question. Let's say I have
Character char1;
Character char2;
What's the best way to compare if all the member class variables are the same? Can I use memcmp for it? I'm kinda new to this memory stuff, so thanks everyone for help.
I have a small question. Let's say I have
Character char1;
Character char2;
What's the best way to compare if all the member class variables are the same? Can I use memcmp for it? I'm kinda new to this memory stuff, so thanks everyone for help.