Hi!
cppnow@gmail.com schrieb:
> 3) The user can then query the library for functions that return the
> type it requires and call those functions and get an object of the
> desired type OR a type that can be implicitly converted to the desired
> type:
So how about parameters to these functions? How is the user supposed to
call the functions if she doesn't know what arguments to provide?
It seems to me you try to "register" ways (functions) which can later be
used to create certain objects. Am I right here?
Frank