View Single Post
Re: Show off your finest piece of code!
Old
  (#15)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: Show off your finest piece of code! - 30-12-2004

hm, somehow you missed something in your c++ course

remove that pLL variable ... in the methods of that class ( that are the fucntions of a class ) you can access its variables directly. your solution works fine for one instance of that class, but you'll get into trouble once you wanna have more of them

PS: deleting isnt permitted in this forums just edit it if you like to



Last edited by @$3.1415rin; 30-12-2004 at 21:21..
  
Reply With Quote