PREV INDEX NEXT

Author: Unknown
Subject: Char Arrays
Date: Saturday, 11 Apr 2020, 21:43:57

Because we have to change the actual strings (swap two characters in our strings) in the nine20 puzzle, should we be using char arrays? I'm confused how I would dynamically allocate memory for new strings that I create if I do it this way. Or is there a simpler way of allocating the correct amount of space?
PREV INDEX NEXT