// These are the errors in pointers for which // a drop-down menu is provided by ProbletView.java // Do not use periods or slashes in the errors! Accessing pointer out of scope Dereferencing pointer before initializing/allocating Dereferencing pointer after the variable to which it points is deallocated Dereferencing pointer after the variable to which it points goes out of scope No pointer pointing to the anonymous variable Referencing anonymous variable before initializing its value