Need a data structure where I can map a string to a typeprecisely I think boost must have the answer...
Need a data structure where I can map a string to a typethe string is not known until runtime! I recall a structure in boost libraries that allowed this...
Need a data structure where I can map a string to a typeI have the type as a string in the program- one for each table in the database
Making a shared_ptr out of a stack object corrupts the heap!! Hi, The following code is incorrect: [code] Customer customer = { 0, "John Doe", "johndoe...
Need a data structure where I can map a string to a typeHi, Need a certain compile time map m like this: [code] using Type = typename m["Customer"]::...
This user does not accept Private Messages