About 7,140 results
Open links in new tab
  1. asinh for c++ - social.msdn.microsoft.com

    Nov 6, 2010 · Apparently asinh () is not included in the math.h as it is not demanded by the C90 standard. Which is the best way to get it?

  2. Convert std::string to LPCWSTR (best way in c++)

    Feb 11, 2010 · You should create a local variable in some cases, because C++ may call a string destructor and destroy string object before API calling, so this API function may get a pointer …

  3. 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 …

  4. connecting to mysql database from the visual c++ console …

    Apr 27, 2016 · Question 0 Sign in to vote how to store the data generated from the visual studio c++ console application into the mysql database please let me know is there any code to solve …

  5. c# call c++ dll - social.msdn.microsoft.com

    Jan 12, 2010 · In C++ the keyword 'bool' is a 1-byte value (by default). The macro 'BOOL' is a 4-byte value. In C# there is only System.Boolean which is aliased to the keyword 'bool'. The …

  6. C++ AMP - Dynamic Parallelism - social.msdn.microsoft.com

    Feb 16, 2014 · C++ AMP will offer new features based on customer demand, and based on their applicability to a range of hardware for parallel computing. So on this particular feature we’ll …

  7. 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 have a question: What is the future of ODBC in Windows? …

  8. Exposing C++/CLI template specialization to CLR

    May 17, 2009 · Right now I just need floats, but I was hoping I could write templated C++/CLI code and just expose float types to CLR, and for example expose double types later on, if …

  9. 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 have installed everything according to the setup …

  10. C++/CLI replace and split functions - social.msdn.microsoft.com

    Dec 3, 2015 · I'm using replace and split functions together, but it doesn't work how to suppose to. Any suggestions or advice ? String^ text = textBox1->Text; cli::array<String ...

  11. Some results have been removed