[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LUA_USERSTATE
- From: "Curt Carpenter" <curtc@...>
- Date: Thu, 31 Jan 2002 08:28:56 -0800
> You're just wrapping whats there. How do you add more per library
state data at runtime?
Use a data structure that supports your needs, such as a stl::map.
Curt