|
|
back to boardCommon BoardWhat the hell is going on? ??? Problem 1101 I have only this declarated variabels and my program got Memory Limit Exceeded ???? struct TPoint { int x, y; int num; }; struct opz { char wh; int data; }; int n, m, k; TPoint F[110]; TPoint R[110]; char *cmd; opz O[100]; int obr = -1; short REG[30]; int S[100]; int sbr; where cmd = new char [300]; ??? I don't understand how my program use more than 1000 K ??? I have the same problems with 1100 when I use struct i got ML when use two arrays int X[...]; int Y[...]; i accepted it why >>>> ??? |
|
|