From: john kismul Newsgroups: comp.os.msdos.djgpp Subject: Beginners Question Date: Thu, 30 Oct 1997 18:37:42 +0100 Organization: Riksnett AS Lines: 5 Message-ID: <3458C5E6.47D7@bergen.mail.telia.com> Reply-To: john DOT kismul AT bergen DOT mail DOT telia DOT com NNTP-Posting-Host: t5o204p17.telia.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've allocated some memory with malloc. How do I transfer data from this memory to somewhere else in memory, such as, someother memory I've allocated or an array.