Random function better than rand()?So I need my program to very rapidly spit out random numbers. Now I don't remember where I read this...
tic-tac-toe - dont know whats wrongYour global board should be initialized like this: [code]char board[10]= {' ', ' ', ' ', ' ', ' ', '...
segmentation faultLook at line 21. You never initialized numPotus. That means that on line 29 when you begin your for ...
Declaring a functionCompiling it to be sure is your best bet, but yes, this looks like it should work (aside from the mi...
Reading in a graphSo my prof gave me a problem in which I need to do some work with graphs. Now I've built an algorith...
This user does not accept Private Messages