Project Goals

Our goal is to provide first and second year University students with a simple game that allows them to build the intuition and understanding of pointers as used in high level languages like C/C++. An educational game online could help motivate and engage these students to participate in a meaningful and educational activity and to explore key concepts outside of the classroom. Putting their theory into practice reinforces the theoretical elements and aids in their retention.

Thursday, May 29, 2008

Debugging Sementation Faults and Pointer Problems

Here's a site we can use as a reference (if we are going to stick with our idea of having the player be a debugger, and him/her moving back through the code to set everything right).
It lists the possible errors causing segfault, and some examples.
This will be helpful later on, so we are not repeating ourselves (introducing the same problems over and over again to the user)

No comments: