User profile: mrichwin

User info
User name:mrichwin
Name:Matthias Richwin
History
Joined:
Number of posts:6
Latest posts:

Template-based data reading from string
Tataaa! I got it. kbw, you pointed me in the right direction. Yes, I believed I gated the includ...

Template-based data reading from string
I also tried to put the _convert function in global scope etc. The linker always claims that duplica...

Random number generator
Hi, I would suggest using an extensively tested open-source random number generator library. One ex...

Template-based data reading from string
like this? same problem as above [code]template <> void Parameter<wstring>::_convert(const wstrin...

Template-based data reading from string
Hi, I just edited my original post to show that I tried exactly what you suggested. Did not work as...