User profile: jsteh07

User info
User name:jsteh07
Name:John
History
Joined:
Number of posts:3
Latest posts:

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...