Most voted "c++-cli" questions
4 questions
Sort by count of
- 
		4 votes1 answer114 viewsarray 1D for BitmapI’ve been working on an FPGA project that sends an array (1D) of Bytes from a grayscale image to the PC. Well, I wrote a simple code with some image to simulate sending and receiving an array and… 
- 
		0 votes0 answers123 viewsHow to identify the user’s IP?How to get the network IP of who open my program? I am using the language C++, Visual Studio 2013 and Windows Form, there is some function that does this? 
- 
		0 votes0 answers74 viewsSystem::String for basic_stringI was looking for how to convert System::String to "normal" string, and found a command: #include <iostream> #include <string> #include <msclr\marshal_cppstd.h> System::String^… c++-cliasked 10 years, 10 months ago Gabriel Sales 1,257
- 
		0 votes0 answers209 viewsCall c# function from within a c++ dllSituation: I have a 3-layer project: One for data, one for C# and one for C++. The c++ layer is made using support for clr (Common Language Runtime Support (/clr)). But I use it as wrapper between…