From: "Jacky Luk" Newsgroups: comp.os.msdos.djgpp Subject: allocating big chunks with djgpp Date: Sun, 9 Feb 2003 23:53:29 +0800 Organization: IMS Netvigator Lines: 8 Message-ID: NNTP-Posting-Host: pcd361193.netvigator.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com with 16-bit DOS compilers, char buffer[30000][81] seems unrealistic and infeasible. Now with Djgpp, how do I allocate such a big buffer in terms of what syntax is used? or leave that code snippet intact and the linker will function okay? Thanks Jack