User profile: soultrip

User info
User name:soultrip
History
Joined:
Number of posts:4
Latest posts:

Reading Data from file into 2-d array trouble
First read this: http://en.wikipedia.org/wiki/Segmentation_fault Second you must open the file ...

Random Number Generator
just keep track of the numbers that have already been produced. Then if a number is generated twice...

Initializing 2d array with variables
you're going to have problems using an array for that since an array's memory is allocated at compil...

Tic Tac Toe
this looks very complicated for a tic tac toe game. I would suggest [s]two [/s] three things: 1.) ...