User: JUANDENT

  • Public profile

User profile: JUANDENT

User info
User name:JUANDENT
History
Joined:
Number of posts:411
Latest posts:

Need a data structure where I can map a string to a type
precisely I think boost must have the answer...

Need a data structure where I can map a string to a type
the 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 type
I 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 type
Hi, Need a certain compile time map m like this: [code] using Type = typename m["Customer"]::...

This user does not accept Private Messages