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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Stan Lippman's BLog
Why C++/CLI Supports both Templates for CLI Types and the CLI Generic Mechanism
Posted
over 9 years ago
by
slippman
16
Comments
I've been recently puzzling out a strategy for presenting the two mechanisms supporting parameterized types available to the C++/CLI programmer: she can use either the template mechanism adapted for use with CLI types, or the CLI generic mechanism. This...
Stan Lippman's BLog
An Tour of the STL.NET
Posted
over 9 years ago
by
slippman
12
Comments
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 formal...
Stan Lippman's BLog
Translation Guide between Managed Extensions and the new C++/CLI binding Available
Posted
over 9 years ago
by
slippman
10
Comments
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 with...
Stan Lippman's BLog
A Primer on the Interior Pointer
Posted
over 9 years ago
by
slippman
9
Comments
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 = gcnew int( -1...
Stan Lippman's BLog
Why C++ Supports both Class and Typename for Type Parameters
Posted
over 9 years ago
by
slippman
6
Comments
Recently, someone asked me why we support both class and typename within C++ to indicate a type parameter since the keywords do not hold any platform significance – for example, class is not meant to suggest a native type nor is typename meant to suggest...
Stan Lippman's BLog
Identifying the Candidate Function Set
Posted
over 9 years ago
by
slippman
6
Comments
Sorry it is taking me so long these days. I am in the throes of more formal writing – a book on our CLI binding for C++, and a series of articles for our Visual C++ MSDN website on STL.NET. And my translation tool is happily going through a formal...
Page 1 of 1 (6 items)