RE: Defining long constants - do-able but not exactly elegant
- Posted by Andy Serpa <renegade at earthling.net> Mar 13, 2002
- 440 views
Kat wrote: > > What's wrong with simply gets()ing a text file of any length you want, > edited > any way you want, and displayed any way you want, in any editor you > want, rather than cluttering up the code files? > Yeah, that's what I was gonna say. The rules for #3 don't preclude you from loading in any file you want (except machine code, or something like that). The program I'm working on loads in a "pre-hashed" dictionary, along with some other stuff, instead of wasting time on that everytime it starts....