Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

Passing a List<String^> from c++ to C#

c# c++-cli

Reserved class name Visual C++

Standard conformant way of converting std::time_t to System::DateTime?

Literal field versus constant variable in C++/CLI

c++-cli

How can I cast a gcroot<Object^> to IMyInterface in C++.net?

String^ declaration in C++

visual-c++ c++-cli

Is there any advantage to using C++/CLI over either standard C++ or C#?

c# .net c++ windows c++-cli

Is the sealed command c++ 0x or is it only microsoft who has it

c++11 c++-cli sealed

Can I use C++/CLI (.NET Winforms/WPF ) to provide GUI for app written in native C & C++

.net c++ wpf winforms c++-cli

How do i determine if a ConstructorInfo object has an unmanaged parameter?

How can I use Code Contracts in a C++/CLI project?

Losing anti aliasing when sharing Graphics object between managed and unmanaged code

safely passing a callback from managed code to native code

c++11 c++-cli

Are there any tools for converting Managed C++ to C++/CLI? [closed]

How to debug and solve a 'DisconnectedContext' crash?

debugging crash c++-cli

Is it possible to marshal native struct array to managed array with out a for loop

Access Violation Exception/Crash from C++ callback to C# function

Wrapping an Unmanaged C++ Class Library with C++/CLI - Question 2 - Collections