View Single Post
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: need help with prime

 
0
  #4
Dec 29th, 2008
ur using 32 bit compiler rit...

see this...
  1.  
  2. __int64 arry[201];
  3.  
  4. // in 32 bit compiler will be
  5. int arry[201];
  6.  
  7. // maks array size = 65535
  8.  
  9. __int64 arry[2000000];
  10.  
  11. // ?????
Last edited by cikara21; Dec 29th, 2008 at 3:43 pm.
.:-cikara21-:.
Reply With Quote