From: "Josh Anderson" Newsgroups: comp.os.msdos.djgpp Subject: Dynamic Arrays Date: 21 Jan 1997 00:04:37 GMT Organization: BrightNet Wisconsin Lines: 7 Message-ID: <01bc072e$33eb9b20$ee038cd0@wahander> NNTP-Posting-Host: mil1-cs-13.win.bright.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I know this is a stupid question, but how do you create a dynamic array of a bunch of structs? I only need to set the size of the array at init time. And then free the memory at exit. Thanks in advance, Josh