View Single Post
Old Nov 10th, 2006, 6:43 AM   #2
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 825
Rep Power: 4 The Dark is on a distinguished road
The uno variable is declared in main, you can't access it inside a different function.
You either have to pass it in, or make uno a static member of the test class.
The Dark is offline   Reply With Quote