EXC BAD ACCESS when filling private array in class member function?? Ok I also narrowed the problem down. The values in the daysPerMonth array are garbage. Since DayOf...
EXC BAD ACCESS when filling private array in class member function?? [code]// Returns the day of the year (1-366) the date falls on. int Date::DayOfYear() const { in...
EXC BAD ACCESS when filling private array in class member function?? Hey all, I'm a rookie to c++ and programming in general, so please forgive if I use improper ling...