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

    May 12, 2015 · I would like to know how we can convert the above data contracts,list of data contracts ,object datatypes to native C++ datatypes like structures etc..

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

    Mar 3, 2017 · So, should we rewrite C++ dll for Universal app for ARM, or there are maybe some ways how to use dll which was built for ARMV4I Moved byMattew WuFriday, February 17, …

  3. Very basic question - C++ Project Templates in VS 2010

    Nov 15, 2013 · I'm unfamiliar with C++ and need some basic guidance. I want to create a pretty simple dialog based app for windows desktop using C++. I created a project under VS 2010 …

  4. C++ to VB.NET (was: hello) - social.msdn.microsoft.com

    Apr 3, 2007 · is it physically possible to translate/convert C++ code to VB.Net code specifically? if so, are there any useful resources on the web and which ones are there? however, if not, how …

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

    Feb 18, 2014 · Question 0 Sign in to vote i build a new class with copy constructor: void operator= (const property &value) { PropertyValue=value.PropertyValue; } but or it's ignored or i don't …

  6. Managed C++ Global Array - social.msdn.microsoft.com

    Jun 10, 2011 · C++ is a pure native language, and C++/CLI is not. sizeof () is intended for native code only. It returns 4 because that's the size of a pointer or reference on x86 and has no idea …

  7. 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 base class and have made all structures used as …

  8. Electronic voting system in c++ - social.msdn.microsoft.com

    Dec 22, 2011 · Question 0 Sign in to vote how i make a complete project using c++ language electronic voting system Thursday, December 22, 2011 4:14 PM

  9. Mixing native C++ and C++/CLI : LNK2028 and LNK2028 Erors

    Jul 23, 2007 · I am developping a c++/CLI application witch call a c++ native fonction that need a SAFEARRAY** of custom struct for a parameter. I use UuidFromString to obtain a pointer to …

  10. Checking: How ANSI-C++ compliant is this Express VC

    Jan 29, 2006 · You want to write standard C++, and you have more options. 1. With regard to ISO Standard C++, the extensions to use on files are *.h (or no extension on headers) and *.cpp. …