Hi, this is my first post so forgive me if Im missing something
anyway I have to write a sudoku program in C++ for my comp sci class
I was a string array that looks like this
Basically I need to change all the 0's into -'s and divide it into 3x3 squares I dont really know anything about arrays or string and my knowledge of C++ is pretty basic, any help is appreciated
so what I guess Im asking is how can go through each string to find the 0's instead of the array, sorry if Im not clear on what Im asking, like I said Im really not familiar with strings or arrays