About 2,260 results
Open links in new tab
  1. [C++]How to convert C# object and list to native c++ structures …

    May 12, 2015 · Get started for free. Ask a question Quick access

  2. [C++] - about copy constructor - social.msdn.microsoft.com

    Feb 18, 2014 · i build a new class with copy constructor: void operator=(const property &value) { PropertyValue=value ...

  3. [C++]Compiling existing C++ library for ARM platform

    Mar 3, 2017 · We have a problem with compiling Universal app for ARM platform. In Universal app we use C++ dll which was built by ...

  4. assignment of complex number in c++ - social.msdn.microsoft.com

    Mar 29, 2009 · In using the complex functions, I cannot seem to make an assignment of the form c=(a,b), where a is the real part ...

  5. C++ and ODBC - social.msdn.microsoft.com

    May 14, 2013 · Since I can't find a forum about ODBC, I'll post it here because C++ can be used to communicate with ODBC. I just ...

  6. Visio .vsl files - social.msdn.microsoft.com

    Mar 9, 2007 · I am trying to recreate some Visio vba macros as .vsl file using the visio addon wizard in Visual C++ Express. I ...

  7. getting accurate time in C++ - social.msdn.microsoft.com

    Oct 24, 2008 · I was using the difftime function provided in the "time.h" header but that only gives me differences of full ...

  8. c++/cli MarshalByRefObject - social.msdn.microsoft.com

    Jun 1, 2007 · I'm trying to modify an application by changing a class to support .Net Remoting. I've added the MarshalByRefObject ...

  9. C++ data types and .NET CTS - social.msdn.microsoft.com

    Aug 24, 2006 · Hi All, .NET has a common Type system (CTS). And .NET have classes for these common types in its System namespaces ...

  10. Unresolved external symbol when using __inline in implementation …

    Feb 24, 2007 · Hi, I am new to C++. Could somebody please explain why when I include __inline in the implementation file, some ...