First the code won't compile due to This line:
=> char name[rows][columns];
Have a look at this and this .
thekashyap
Practically a Posting Shark
811 posts since Feb 2007
Reputation Points: 254
Solved Threads: 75
You sound really confused. Surely you teacher should tell what they expect.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
-if I use strings, I suddenly lose the ability to use strcmp, perhaps there's some side to this function that I'm unaware of?
Nope you don't. Just use the normal comparision operator (==) for comparing C++ strings.
Read this.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734