I need to scan a crossword king of thing like this:
a b c o d e f g h i
j k l m l n o p q r
s t r z a l q w s x
c d e r f v e b g t
y h y u j m k h i l
o p p l o i k m j z
x c v b n m a s f g
h j k l q w r t y u
o p q z z b n h y t
r e k l j g h r s a
Into a 2D char array, I have trouble doing this with gets() which I know doesn't work, as well trouble with scanf().
Any suggestions?