Current Forum: Homework 4 - Lossy (Part 3) |
Date: Mon Oct 22 2001 1:52 am |
Author: Lee, Charles C. <chucklee@cmu.edu> |
Subject: Re: bad instructions: 1D array vs. 3D array |
|
|
I would be lying if I said I wasn't confused by reading the instructions the first time I read it. But just for everybody who's confused about the instruction of making an one-dimensional array of (128*128*3) bytes, it means make a giant array of size 128*128*3 or 49152 containing bytes. |
|