2 Questions
- Posted by Kendra Zerby <kendra at WWWEBMASTERS.COM> May 11, 1998
- 588 views
The actual image part of a bitmap is a sequence of sequences. Are these arranged continguously in memory, in such a way that I could ememcopy() them around (and to the screen)? From what I see of the documentation, and my understanding of sequences, this is possible, but not something that could be guarenteed. Secondly, I really find that breaking a program up into a lot of little files makes it a lot easier to manage. Are there any overhead, and/or performance issues that will result from this?