View Single Post
  #5 (permalink)  
Old November 2nd, 2004, 04:03 PM
klep klep is offline
Authorized User
 
Join Date: Oct 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If speed is less of an issue, you could throw everything into an STL map that would map strings to function/method pointers. By converting everything to a string, you aren't married to the notion of fixed-sized data.

----
Scott J. Kleper
Author, "Professional C++"
(Wrox, 2005)
Reply With Quote