About 43,400 results
Open links in new tab
  1. C++ unsigned long and C# ulong inconsistency?

    Sep 20, 2011 · unsigned long, in C++, is 4 bytes - but in C#, ulong is 8 bytes. In C++, unsigned int and unsigned long are the same - there's a separate type "unsigned long long" for an 8 byte, …

  2. Windows forms advantage in C# - social.msdn.microsoft.com

    Mar 22, 2013 · Can someone explain the advantages for Windows Forms programming in C# instead of other programming languages as C++ for instance.

  3. Communicating between C# and C++ - social.msdn.microsoft.com

    Aug 2, 2013 · The idea of a wrapper is that you write a managed class in C++/CLI syntax that is a proxy for the native C++ class. You'd make the instance of the C++ class a member of the …

  4. How to catch CBN_SETFOCUS with MFC, how does it work?

    I creating comboxes with createwindow dynamicly, due to variating nb of comboboxes. like this In the h-file: HWND m_windowhandles [500] In the c-file:

  5. Beginning Visual C++ - social.msdn.microsoft.com

    May 21, 2013 · I'm a Intermediate C++ programmer and further I want to get in Windows Programming. I'm programming in MFC Visual C++, but in this I come across with a lot of …

  6. writing VPN client/server in visual c++

    Apr 29, 2011 · I then want to access it using a software (VPN client) that I would like to write in visual c++ (for now i am just testing out using two little gui softwares I have written, one as …

  7. Unable to marshal full bool array from C++ to C#

    May 23, 2007 · The second solution is C# that is the console executable which allocates the bool array, calls the C++ function above and outputs the result.

  8. [win32] - how get the main window HWND?

    Jun 13, 2014 · now imagine that, when i create the class constructor, that i want put the main window. so how can i get the main window?

  9. Type.GetTypeFromProgID equivalent in C++

    Aug 7, 2007 · What is the equivalent of Type.GetTypeFromProgID in C++. GetTypeFromProgId is needed to convert a native C++ concept (COM ProgId) into a CLS type suitable for use in a …

  10. Compiling Native C & C++ code in VC# - social.msdn.microsoft.com

    Sep 17, 2007 · C# is a different language to C++/C and while the name is simmiar, the Visual C# compiler cannot compile C++ or C code. To do this, you will need to download the Visual C++ …