String cannot use this type here without a top-level '^'

If you are using String in unmanaged code with managed extension you should include it as


String^ str = "This is string";

No comments:

Post a Comment

Caching is a technique used to store frequently accessed data in a temporary storage layer to improve system performance and reduce latency....