Computer Science Canada GUI line choice field problem |
Author: | Ambiguities [ Wed Mar 11, 2009 10:28 pm ] | ||||
Post subject: | GUI line choice field problem | ||||
unfortunately i ran into another snag.... with the recursive gui select box it displays all the students who were entered but im having issues with ChoseLine i'm trying to work with just one variable from chose line which is the line number but i'm trying to access the pointer. my search function works to find the student but when i try and do it with the int it fails for all but the first and last cause it doesn't meet the requirements for the if statement
i know global variables seem like a good idea but i want to avoid it at all costs all of this is being entered from the previous thread
|