Forum: C++ Jul 8th, 2009 |
| Replies: 6 Views: 360 I don't expect febonacci numbers to be negative, so why not use unsigned, it will give you twice the amount you can go.
And %d calls an integer, not a long (so it will only show what an integer... |
Forum: C++ Apr 28th, 2009 |
| Replies: 1 Views: 220 This isn't much "help". This is just saying: Make me a sudoku solver. We can give you a few hints but no one is going to make a sudoku solver just because you posted it here...
If your going to ask... |
Forum: C++ Jan 3rd, 2009 |
| Replies: 15 Views: 662 dono what this does really but who knows its worth a try
if(tfgame.ToggleWarhead == True)
{
SMNameArray[6] = "Warhead (3000/180)";
... |