User: NZheadshot

  • Public profile

User profile: NZheadshot

User info
User name:NZheadshot
History
Joined:
Number of posts:11
Latest posts:

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 wrong
Your global board should be initialized like this: [code]char board[10]= {' ', ' ', ' ', ' ', ' ', '...

segmentation fault
Look at line 21. You never initialized numPotus. That means that on line 29 when you begin your for ...

Declaring a function
Compiling it to be sure is your best bet, but yes, this looks like it should work (aside from the mi...

Reading in a graph
So 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