Hey all,
So I was just learning about how to open and use files in my programs and i have used a file pointer with fopen() and with that i can use fgets to print out all of the text in the file. But now i was wondering how would i put the information in this text file into a 2d character array (its a wordsearch). Is there a function i can use or something? Thanks in advance guys!!!