As most of you already know by now, the C++ Component Extensions (or just C++/CX) introduced in Visual C++ 11 will basically use the C++/CLI syntax with minor differences. Someone asked me on Code Project what I thought of that and I replied to him, (paraphrasing here) – “Years of using an unpopular syntax to code in C++ is finally going to pay off”. I also believe that the very reason we are getting intellisense for C++/CLI now is that they had to do that for C++/CX anyway, so they (as in the VC++ team) may well have thought they’d do it for C++/CLI as well. Obviously while there are syntactic similarities, they do target entirely different data/code/memory models – so that has to be kept in mind. One of them is for garbage collected .NET while the other is for ref-counted native code/COM (WinRT). I will be blogging more on C++/CX here in the next few weeks/months. So if anyone’s interested in that stuff, stay tuned.
Archive for September, 2011
C++/CX – keeping C++/CLI syntactically alive
Posted in C++/CLI, C++/CX, WinRT on September 20, 2011 | Leave a Comment »
Recent Comments
Calendar
Archives
- May 2013
- March 2013
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- October 2011
- September 2011
- July 2011
- May 2011
- February 2011
- January 2011
- December 2010
- October 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- July 2008
- June 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
Categories
Meta