Subject: Alterations to code resources (This message is being sent to all CPSC 360 students) Altering the provided header files in such a way as to change #define values is a SUPER BAD idea and as such it is STRONGLY DISCOURAGED. While changing my #define MAX_WIN_SIZE 32 to #define MAX_WIN_SIZE 4 may provide short term gratification by causing a broken program to appear to be less broken, it is precisely stuff like this that causes the building big program on broken foundation syndrome. So JUST DON"T DO IT. Just to be clear. I AM NOT SAYING THIS IS ANY FORM OF ACADEMIC DISHONESTY. I am simply saying it is a super bad idea... but if I see it in any submission I WILL feel free to "fix it back" before grading.