No announcements
Found 974075 threads
-
0 Votes
what is the difference between visual c++, c++/cli and c++
In addition to what Wayne wrote, Windows Forms applications can also be written using C# or VB.NET.Answered | 3 Replies | 4070 Views | Created by sexy_gyal - Friday, April 15, 2011 12:08 AM | Last reply by David Ching - Friday, April 15, 2011 12:45 AM -
19 Votes
Differences between C++/CLI and WinRT C++
Ref to ^: /clr: R^% /ZW: R^& What's the reasoning behind that difference?Answered | 9 Replies | 27057 Views | Created by Nyi Nyi Thann - Tuesday, September 20, 2011 3:14 AM | Last reply by Deon Brewis - Sunday, April 15, 2012 4:24 PM -
0 Votes
Visual C++ and C++/CLI
I'm consulting a book Beginning Visual C++ 2012 by Ivor's Horton, and this book doesn't say anything about C++/CLI.Answered | 2 Replies | 1517 Views | Created by Janshair Khan - Thursday, March 21, 2013 5:14 PM | Last reply by davewilk - Thursday, March 21, 2013 5:49 PM -
0 Votes
difference between Visual C++ and C
Hi,   Is C++ and Visual C++ two name of the same thing?Answered | 2 Replies | 3580 Views | Created by AustinCann - Saturday, July 3, 2010 4:12 PM | Last reply by Scott McPhillips - Saturday, July 3, 2010 5:01 PM -
0 Votes
Whats The Difference Between ISO/ANSI C++ And MS Visual C++ !
Visual C++ is a compiler (that compiles C, C++, and C++/CLI).Answered | 3 Replies | 3885 Views | Created by Connor Greer - Monday, July 12, 2010 8:43 PM | Last reply by - Tuesday, July 13, 2010 12:18 AM -
3 Votes
Language and Syntax: C++ !
Visual C++ MVPAnswered | 5 Replies | 2920 Views | Created by SpeakingCoutLoud - Thursday, March 8, 2012 12:10 AM | Last reply by Reed Copsey, Jr - Monday, March 12, 2012 5:20 PM -
20 Votes
Is it C++ or C++/CLI
Oh, and one more difference between #3 and #4... the raw ABI is all HRESULT based.Answered | 23 Replies | 11397 Views | Created by Wolfgang Schneider AUT - Wednesday, September 14, 2011 11:57 AM | Last reply by Larry Osterman [MSFT] - Tuesday, September 20, 2011 4:31 AM -
1 Votes
questions about C++/CLI
C++/CLI is different from most everything else.Answered | 6 Replies | 984 Views | Created by Striebrovlas - Friday, July 13, 2018 11:58 PM | Last reply by Simple Samples - Saturday, July 14, 2018 8:01 PM -
0 Votes
Mixing Unmanaged C++, C++/CLI, and C# code
Then add a post-build event to the C# project to build a different executable as described in your link.Answered | 13 Replies | 5907 Views | Created by Dave Mullard - Tuesday, May 27, 2014 4:14 PM | Last reply by davewilk - Monday, June 2, 2014 7:26 PM -
0 Votes
Which Is Closer To This Type Of C++ (C# Or CLI)?
He has explained the similarities and differences between the three programming languages briefly.Answered | 3 Replies | 2211 Views | Created by Alyssa Saila - Thursday, February 16, 2012 2:17 PM | Last reply by Helen Zhao - Monday, February 20, 2012 7:56 AM -
0 Votes
C++/CLI basics
Furthermore, C++/CLI is described as seemlessly supporting stack scope semantics for reference types, which is what I'm seeing throughout the example ...Answered | 6 Replies | 4103 Views | Created by John M. Długosz - Monday, April 2, 2012 2:28 AM | Last reply by davewilk - Wednesday, April 4, 2012 12:27 PM -
0 Votes
C++/CLI include namespance
Hi, I made a research about using Excel.Application in C++/CLI, but I have some issues in it.Answered | 2 Replies | 1765 Views | Created by Tony---- - Monday, July 25, 2016 1:38 PM | Last reply by davewilk - Monday, July 25, 2016 5:05 PM -
1 Votes
convert unmanaged c++ to in managed c++ cli
The native C++ pointer stuff also works 1:1 under C++ /CLI ?Answered | 4 Replies | 2364 Views | Created by Abhishekji31 - Thursday, March 17, 2016 10:17 AM | Last reply by Duris_I - Thursday, March 17, 2016 2:02 PM -
2 Votes
Partial Classes in C++/CLI
To the extent that use of CLI in C++ is ugly, that is a limitation of the design of the CLI.Answered | 2 Replies | 5965 Views | Created by ext2tzm - Wednesday, May 6, 2009 8:07 PM | Last reply by Simple Samples - Thursday, May 7, 2009 2:35 PM -
1 Votes
C++ CLI and Assembly signing
sn -k KeyPair.snk I now use the same one for the C# assemblies, but a different one for each managed c++ assembly.Answered | 12 Replies | 16965 Views | Created by Franz Gsell - Monday, December 12, 2005 1:15 PM | Last reply by Stefan Vogel - Wednesday, January 4, 2012 12:42 PM -
3 Votes
C++/CLI is it deprecated or dead or anything?!
C++/CLI is great for it's IJW (it just works) for interop solution. that's probably the best solution for thatAnswered | 3 Replies | 5281 Views | Created by v3nOm - Friday, September 14, 2012 3:30 AM | Last reply by Welly MP Tambunan - Tuesday, September 18, 2012 8:40 AM -
3 Votes
C# or C++?
For the most part an application can be written in C# or C++ or C++/CLI (managed C++).Answered | 2 Replies | 5338 Views | Created by mshvw - Saturday, March 3, 2007 8:52 AM | Last reply by e-cyprus - Wednesday, July 3, 2019 9:09 PM -
6 Votes
error: IntelliSense: 'Unavailable for C++/CLI'
If you don't mind paying a bit (and you're not using VC++ Express), Visual Assist X adds IntelliSense to C++/CLI in VC++ 2010.Answered | 12 Replies | 21103 Views | Created by Sam9584 - Sunday, November 7, 2010 11:28 AM | Last reply by TheBlackGate - Friday, May 25, 2012 5:56 AM -
0 Votes
How to use COleSafeArray in C++/CLI
You just copy the data to the managed heap check How to: Marshal a SAFEARRAY for ADO.NET (C++/CLI) The following is signature, not part of ...Answered | 1 Replies | 3510 Views | Created by ejtay - Thursday, January 12, 2012 10:48 AM | Last reply by Sheng Jiang 蒋晟 - Thursday, January 12, 2012 1:23 PM -
2 Votes
Convert visual c# to visual c++
Joseph learnt C# and C# becomes his first choice if he want to write a window application.Answered | 6 Replies | 34968 Views | Created by M_Max - Wednesday, July 11, 2012 4:21 PM | Last reply by Karthik14 - Thursday, June 7, 2018 10:08 AM - Items 1 to 20 of 974075 Next ›
No announcements