Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing a Managed dll in Unmanaged code Pin
Majid Shahabfar10-May-04 0:09
Majid Shahabfar10-May-04 0:09 
GeneralRe: Using a Managed dll in Unmanaged code Pin
Anthony_Yio10-May-04 1:04
Anthony_Yio10-May-04 1:04 
QuestionMaximum ARRAY SIZE? Pin
zaferaslan10-May-04 0:03
zaferaslan10-May-04 0:03 
AnswerRe: Maximum ARRAY SIZE? Pin
Jens Doose10-May-04 0:13
Jens Doose10-May-04 0:13 
GeneralRe: Maximum ARRAY SIZE? Pin
zaferaslan10-May-04 0:21
zaferaslan10-May-04 0:21 
GeneralRe: Maximum ARRAY SIZE? Pin
Jens Doose10-May-04 0:31
Jens Doose10-May-04 0:31 
GeneralRe: Maximum ARRAY SIZE? Pin
zaferaslan10-May-04 0:41
zaferaslan10-May-04 0:41 
AnswerRe: Maximum ARRAY SIZE? Pin
David Crow10-May-04 2:49
David Crow10-May-04 2:49 
zaferaslan wrote:
i.e. float A[1000][1000][10];

That's 10 million floats on the stack. Unless you increase the default size of the stack from 1MB, it will not work. Use the heap instead.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralRe:David - Maximum ARRAY SIZE? Pin
zaferaslan10-May-04 3:14
zaferaslan10-May-04 3:14 
GeneralRe:David - Maximum ARRAY SIZE? Pin
David Crow10-May-04 3:35
David Crow10-May-04 3:35 
GeneralRe:David - Maximum ARRAY SIZE? Thanks Pin
zaferaslan10-May-04 20:26
zaferaslan10-May-04 20:26 
AnswerRe: Maximum ARRAY SIZE? Pin
Bob Stanneveld10-May-04 8:23
Bob Stanneveld10-May-04 8:23 
GeneralRe: Bob - Maximum ARRAY SIZE? Pin
zaferaslan10-May-04 20:15
zaferaslan10-May-04 20:15 
GeneralRe: Bob - Maximum ARRAY SIZE? Pin
Bob Stanneveld11-May-04 0:52
Bob Stanneveld11-May-04 0:52 
GeneralRe: Bob - Maximum ARRAY SIZE? Thanks Pin
zaferaslan11-May-04 4:59
zaferaslan11-May-04 4:59 
GeneralCCryptMD5Hash Pin
Ni@m9-May-04 23:56
Ni@m9-May-04 23:56 
GeneralRe: CCryptMD5Hash Pin
Garth J Lancaster10-May-04 0:13
professionalGarth J Lancaster10-May-04 0:13 
GeneralSerial Communication Timing Problem Pin
louis9-May-04 23:54
louis9-May-04 23:54 
GeneralRe: Serial Communication Timing Problem Pin
Andrew Walker10-May-04 1:37
Andrew Walker10-May-04 1:37 
GeneralRe: Serial Communication Timing Problem Pin
louis10-May-04 23:45
louis10-May-04 23:45 
GeneralAGP Detection Pin
anyata9-May-04 23:41
anyata9-May-04 23:41 
Generalmemory mapped files Pin
flabster9-May-04 22:33
flabster9-May-04 22:33 
GeneralRe: memory mapped files Pin
flabster10-May-04 17:59
flabster10-May-04 17:59 
General830221 - weird! Pin
ilostmyid29-May-04 21:37
professionalilostmyid29-May-04 21:37 
GeneralRe: 830221 - weird! Pin
V.10-May-04 2:40
professionalV.10-May-04 2:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.