News

Hello, I have a C++ class that I want to expose to C# as a value type using CS_VALUE_TYPE macro. However, I have noticed that if my C++ class contains std::string or const char* member, the generated ...
You don't need to keep the columns string alive after you've constructed the stream. And std::string has an operator string_view so the conversion should be easy.
I recently had reason to run some of my code ( I'm on OSX 10.5 ) using Xcode's guard malloc, and boy did it explode. It's odd, because the code runs fine in release mode. In fact, the code's ...