When I create a \'Windows Forms Application\', the resultant program is a managed one. Creating a \'Win32 Application\' results in a native one, but when I try to a开发者_StackOverflow社区dd a form I\
I come from a managed world and c++ automatic memory management is quite unclear to me I开发者_JAVA技巧f I understand correctly, I encapsulate a pointer within a stack object and when auto_ptr become
I have a problem with boost::interprocess::string in shared memory. When I use a shared_memory_object I can manip开发者_运维技巧ulate a structure with different fields, BUT strings (I get a segmentat
I have this problem, which I am dealing with for some time already. At start, I have two dlls with unmanaged code (let\'s say... dll_1, dll_2) and managed aplication in c#. What i\'m supposed to do is
I have a small application, which includes a resource (.resx) file. This file contains an icon, and a string, which is used by another application. The icon will be displayed on a button, and the str
Is it possible to have a JSF managed bean be automatically created? For example I have several session scoped beans. Sometimes it becomes necessary to access these instances in code (rather than just
I have some data in a stream which is actually in the format of uint. System.IO.Stream only allows me to read the content out to a byte array, but I don\'t want to read the bytes and then convert them
I have an n开发者_如何学Pythonative C++ library which makes use of a large static buffer (it acquires data from a device).
I\'m trying to create a Managed Array of doubles from an array of bytes.I have the problem working currently, but I wanted to optimize. Here\'s some code that I would like to work:
I have a manag开发者_开发技巧ed object in a c# dll that maintains an anonymous integer handle to an unmanaged object in a c++ dll. Inside the c++ dll, the anonymous integer is used in an std::map to r