Share via


Herb Sutter's Blog

Dan wrote: I think this is close enough to try/finally in C++: Resource* pRes = new Resource; try {...

Date: 09/06/2004

Mark wrote: I have downloaded the Visual C++ Express and have been trying out simple programs. I...

Date: 09/04/2004

Ioannis Vranos wrote: There is an upcoming C++/CLI standard (currently draft, official document...

Date: 09/03/2004

On comp.lang.c++.moderated, "Howard" <alicebt@hotmail.com> wrote: You know how we use try { }...

Date: 09/03/2004

An interim updated snapshot of the C++/CLI draft standard is now available: C++/CLI Language...

Date: 08/03/2004

Kenny Kerr announced a cool article he wrote about C++/CLI on MSDN: C++/CLI: The Most Powerful...

Date: 08/03/2004

Earlier today I wrote that: “The C++ destructor model is exactly the same as the Dispose and...

Date: 07/31/2004

Keith Duggar asked: Ok, I'm missing a basic point here. So, out of curiousity: 1) Is there any...

Date: 07/31/2004

This post brings together three related questions and answers posted recently on...

Date: 07/31/2004

I’m going to echo various interesting pieces of newsgroup discussion here. Check out the...

Date: 07/31/2004

The short answer to the question in the title is: In Whidbey, ^ and gcnew are mostly all you're...

Date: 12/15/2003

Edward Diener made the observation (emphasis is mine): I would much rather the syntax remained as...

Date: 12/05/2003

Edward Diener asked: I don't see why you don't use just 'new' rather than 'gcnew' ? The type of T...

Date: 12/05/2003

C++/CLI specifies several keywords as extensions to ISO C++. The way they are handled falls into...

Date: 11/23/2003

On comp.lang.c++.moderated, Peter Lundblad wrote: I also don't see the need for gcnew. Why not use...

Date: 11/22/2003

Today the C++/CLI candidate base document was posted, and it's freely available for download. This...

Date: 11/21/2003

Nicola Musatti asked the following excellent question: The hat symbol and gcnew could be replaced...

Date: 11/21/2003

On comp.lang.c++.moderated, Andrew Browne wrote: The goals of the C++/CLI proposal are good ones, I...

Date: 11/18/2003

Last week on comp.lang.c++.moderated, Nicola Musatti wondered why C++/CLI would use keywords that...

Date: 11/17/2003

A few days ago on news:comp.lang.c++.moderated, Nicola Musatti wrote: As for GC, pure...

Date: 11/17/2003

A few days ago on news:comp.lang.c++.moderated, "Chris" asked: Here is a paranoid question: Is there...

Date: 11/17/2003

Welcome! My primary day job these days is that I'm an Architect on the Visual C++ team at...

Date: 11/17/2003