ftp.delorie.com/archives/browse.cgi | search |
Date: | Sun, 20 Nov 1994 14:42:08 -0500 (EST) |
From: | "Kimby (lisa's girl)" <OKRA AT max DOT tiac DOT net> |
Subject: | HUGE exe |
To: | DJGPP Mailing List <djgpp AT sun DOT soe DOT clarkson DOT edu> |
Want to see a BIG program? Here it is: char Map[256][512]; int main() { memset(CellMap,0,sizeof(CellMap)); } The exe it makes is about 156k. Anybody know how to tell memset that I really want it to run at RUN TIME? It "optimizes" itself even with optimizations off. Kim
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |