Reading Data from file into 2-d array troubleFirst read this: http://en.wikipedia.org/wiki/Segmentation_fault Second you must open the file ...
Random Number Generatorjust keep track of the numbers that have already been produced. Then if a number is generated twice...
Initializing 2d array with variablesyou're going to have problems using an array for that since an array's memory is allocated at compil...
Tic Tac Toethis looks very complicated for a tic tac toe game. I would suggest [s]two [/s] three things: 1.) ...