| | I'm writing a win32 console app and am about to implement an array of size 10,000,000 . Can someone tell me what this would do ? Would my memory be able to handle it or would it cause other variables to lose their value ? I may just end up writing the array to a text file and then just searching it when I need it but I would rather not if I didn't need to. Can someone tell me what the limit is ? kvarnerexpress |

