[bt-devel] Documents status

Martin Gruner bt-devel@crosswire.org
Tue, 20 Nov 2001 19:21:12 +0100


Ok I got it.

Joachim, I think you need to reread the chapter on enums in your c++ book. 
The most important functionality you were missing is that you can pass an 
enum as a function argument and need no int. (also bad enum usage in 
cswordbackend -- i fixed it. I have to fix csword presenter too. You can do 
this much easier!)
The second problem was that a private struct was used as an argument to a 
public function in the same class -- won't work.
Well we're all just humans.  ;)

Martin