Author: Stan Eisenstat
Subject: Re: [Cs223] cs323
Date: Monday, 04 May 2020, 07:59:58
> Message Posted By: Unknown > > Are there any resources that can help us prepare better for the transition > into cs 323? Most importantly, finish all of the CPSC 223 assignments (without looking at the final test scripts), even if you did not need them to earn a P for the course. Reread the specifications and look closely at the public and private scripts to understand why your code failed some tests and why you did not consider those cases when debugging. Fix all bugs so that your code passes all of the tests. Become proficient at using gdb (or some other debugger) and interpreting valgrind errors. Make all of your code adhere to the Style Guidelines. (Clean, well-commented is not that much harder to write and MUCH easier to debug and to get help debugging.) --Stan-PREV INDEX NEXT