User profile: Unspoken

User info
User name:Unspoken
History
Joined:
Number of posts:52
Latest posts:

Copying a struct to dereferenced pointer to a struct.
Thanks for your input. Indeed the problem was in C# marshaling, it treats bool as 4 bytes by default...

Copying a struct to dereferenced pointer to a struct.
Hi guys, I need a quick sanity check, can I copy struct like on the example below? [code] struct M...

Passing method pointer or function pointer as a template argument.
@Niccolo thank you for your valuable input and your time. I might refactor my code to use functor or...

Passing method pointer or function pointer as a template argument.
Thank you for your example.

Passing method pointer or function pointer as a template argument.
[quote] How do you know it needs to run as fast as possible?[/quote] Because this function will run...