Sign In
Stan Lippman's BLog
C++/CLI
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
December 2004
(2)
August 2004
(6)
July 2004
(4)
June 2004
(4)
May 2004
(3)
April 2004
(1)
March 2004
(2)
February 2004
(9)
January 2004
(12)
December 2003
(11)
November 2003
(1)
January, 2004
MSDN Blogs
>
Stan Lippman's BLog
>
January, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Stan Lippman's BLog
Comment Response: Finding a Voice for a Blog
Posted
over 8 years ago
by
slippman
3
Comments
A reader commented on my first blog entry, and my first writing about C++/CLI in over a year, stating the following RE: The Revised C++ Language Design Supporting .NET -- Part 1 12/2/2003 4:15 PM Tim Sweeney You poor, confused soul. This is...
Stan Lippman's BLog
Making a Virtual Table Context-Sensitive
Posted
over 8 years ago
by
slippman
4
Comments
In part 1 of this discussion [the January 28 th Blog entry], I pointed out a different behavior between the C++ and CLR Object Models with regard the identity of a derived polymorphic object during the construction of its base class sub-objects. Under...
Stan Lippman's BLog
Smalltalk and C++ -- a Reader Comment and Response
Posted
over 8 years ago
by
slippman
1
Comments
A reader, Chris Hanson, writes: re: A Fundamental Difference in Class Behavior between the Native and Managed Object Model In other words, Managed C++ actually behaves like an object-oriented language, such as Smalltalk or Objective-C. An...
Stan Lippman's BLog
A Fundamental Difference in Class Behavior between the Native and Managed Object Model
Posted
over 8 years ago
by
slippman
7
Comments
I have used two primary metaphors in my discussions of bring C++ to the .NET platform. In terms of the different physics of the two object models, I have distinguished them as Kansas and Oz, and claimed with little apparent success that the physics of...
Stan Lippman's BLog
Some Performance Notes on Virtual Function in ISO C++
Posted
over 8 years ago
by
slippman
2
Comments
The elimination of the virtual mechanism in the invocation of a virtual function is in most cases trivial when measured against the elimination of any call invocation at all – that is, when the call is expanded inline. An inline expansion not only...
Stan Lippman's BLog
A Question of Const
Posted
over 8 years ago
by
slippman
6
Comments
A reader, J. Daniel Smith , inquiries You wrote “The absence of const support in the base class library… “; Can you elaborate any on what the plans are for “const” as they relate to C++/CLI and C#? I...
Stan Lippman's BLog
A Question about Multiple Inheritance Efficiency
Posted
over 8 years ago
by
slippman
3
Comments
A reader, Johan Ericsson , comments re: Further Discussion of MI and general C++/CLI design issues I appreciate your discussion of the multiple inheritance issue. Is the performance problem of MI only inherent in virtual base clases...
Stan Lippman's BLog
A Question about Copy Constructors in C++/CLI
Posted
over 8 years ago
by
slippman
2
Comments
Daniel O'Connell writes, re: Followup: The Absence of MI Hmm, Copy constructors...One would hope that the implementation and documentation is done *very* carefully(IE, marked as non-CLS compliant or implemented to work with ICloneable). I...
Stan Lippman's BLog
Further Discussion of MI and general C++/CLI design issues
Posted
over 8 years ago
by
slippman
7
Comments
That same reader from the previous two posting responds as follows, with some editing. I am responding only because it gives me an excuse to speak of technical implementation issues, which I enjoy, and which readers often find interesting. With regard...
Stan Lippman's BLog
Followup: The Absence of MI
Posted
over 8 years ago
by
slippman
6
Comments
That same reader from the previous posting now writes the following, where he quotes me and then makes his comment [this is great, by the way. this is much more engaging than the technical writing]: “There are some significant implementation...
Stan Lippman's BLog
What about Templates and Multiple Inheritance
Posted
over 8 years ago
by
slippman
4
Comments
A reader writes the following from the initial posting on this blog: re: The Revised C++ Language Design Supporting .NET -- Part 1 “Probably the most conspicuous and eyebrow-lifting change between the original and revised design of the dynamic...
Stan Lippman's BLog
C++/CLI: __try_cast<> becomes safe_cast<>
Posted
over 8 years ago
by
slippman
3
Comments
What’s Different in the Revised Language Definition? __try_cast becomes safe_cast<> Modifying an existing structure is a much different and, in some sense, a more difficult experience than crafting the initial structure; there...
Page 1 of 1 (12 items)