Hi, I tried to sort out the input gave by Red Scorpian in page 1 manually, but I got a maximum stack of 9, someone pls explain why is it not 8?
The sequence goes like this:
[1 2]
[100 101]
[1 1000]
[2 1000]
[10 500]
[3 40]
[20 30]
[200 300]
[500 901]
Search found 3 matches
- Mon Sep 06, 2004 7:51 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10154 - Weights and Measures
- Replies: 60
- Views: 48675
- Wed Aug 18, 2004 4:24 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 77298
- Mon Aug 16, 2004 4:40 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 77298
10267 Invalid memory reference--headache!!
Dear all,
Pls help to spot the error which cause "invalid memory reference", I have tried everything I can, scratching my head off now.... :x sry for the length but for debugging....sigh....
[cpp]
#include <iostream.h>
void clearTable (char box[250][250], int x, int y);
void fillRegion (char box ...
Pls help to spot the error which cause "invalid memory reference", I have tried everything I can, scratching my head off now.... :x sry for the length but for debugging....sigh....
[cpp]
#include <iostream.h>
void clearTable (char box[250][250], int x, int y);
void fillRegion (char box ...