Xref: utzoo comp.lang.c:40178 comp.lang.c++:14187 Newsgroups: comp.lang.c,comp.lang.c++ Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!geac!maccs!maccs.dcss.mcmaster.ca!tomr From: tomr@maccs.dcss.mcmaster.ca (Rickey Thomas Tom) Subject: decalring large arrays Message-ID: <285B94A3.25253@maccs.dcss.mcmaster.ca> Sender: tomr@maccs.dcss.mcmaster.ca (Rickey Thomas Tom) Organization: McMaster University, Hamilton, Ontario, Canada Date: Sun, 16 Jun 91 16:41:07 GMT I have a simple question. I sort some data. The easiest way to do this is to decalre a large array to sotre this data and then sort the array. However, it apopears that in a DOS environment, I am only allowed an array up to 64 K in size. Is there a way to declare larger arrays than this for sort. Is there another way that I could store a large quantity of data for sorting. Any comments would be appreciated. Thanks in advance. Rick