Dearbook首页-->
名人堂-->Stan Lippman
The String Literal Returns (2004年12月8日发表)In the last entry, I celebrated what I felt was an elegant solution to the problem of the string literal in the context of overload function resolution. But it turns out there is another area in which the string literal proves problematic. Who would...
The Type of a String Literal Revisited ... (2004年12月4日发表)In the course of these entries, I have twice addressed the issue of the type of a string literal under C++/CLI -- in particular when resolving an overloaded function call. The issue is illustrated in the following example, public ref class R { publi...
A Primer on the Interior Pointer (2004年8月27日发表)A value type is typically not subject to garbage collection except in two cases: (a) when it is the subject of a box operation, either explicit or implicit, such as, void f( int ix ) { // explicit placement on the CLI heap int^ result = gcn...
Translation Guide between Managed Extensions and the new C++/CLI binding Available (2004年8月22日发表)C and C++ programmers are notorious for relying on pointer indirection, and it seems blog entries are not immune to this. A translation guide attempting to exhaustively detail the differences between the original Managed Extensions for C++ (released...
An Tour of the STL.NET (2004年8月14日发表)Part of the (reasonably pleasant) distractions from posting on this blog recently has been working up the first in a series of articles on STL.NET for our Visual C++ MSDN web site. The amount of work to get from an articulation of a topic to a forma...
Stan Lippman的更多言论
Stan Lippman的经典图书: