Are you doing cool stuff? If so, you need to communicate how cool it is, with demo apps, exciting examples, articles, talks, and seminars. I love to bring the best new technologies into the public eye. I'm especially a fan of innovative programming tools and mobility software (Tablet PC, SmartPhone, and .NET Compact Framework). Contact me:
Code, industry analysis, and miscellaneous cross-links from Larry O'Brien, the former editor of Computer Language and Software Development magazines.
To receive an occasional announcement message regarding my seminars or publications, please subscribe to my mailing list.
Just back from Kailua-Kona and the ECMA Working Groups on the standardization of C# and C++/CLI. Boy, is that fun stuff for a language geek, plus I got to see some friends from the ol' days: P.J. Plauger, Rex Jaeschke, and Thomas Plum, who was the host of the meetings. It was actually pretty grueling, with five days of 8:30 - 5 sessions that moved at a remarkable pace. On top of that, there were another 2 days on the CLI standard, which I skipped out on.
Okay, so this is the big joke from the conference: in C++/CLI there's a need to distinguish between allocation on the native heap from allocation on .NET's managed heap. C++ native heap allocation will use the traditional new keyword:
Type* t = new Type;
So everyone started chuckling when it was suggested that allocation of a managed object be specified to use the "new" version of new:
Type^ t = new new Type;
But people were rolling on the floor at the next step:
Type^ t = new improved Type;
Oh, man! We were out of control!
| February 2004 | ||||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | ||||||
| Jan Mar | ||||||
Recent code:
Recent writing:
Review of Borland's C# Builder 1.0
Recommended .NET Programming Books
Programming Sabre with Java, C#, and XML
Best Practices for .NET Architecture
Windows Server 2003 as an Application Server
Toolroll:
Motion Computing M1200 Tablet PC
Visual Studio 2003 Enterprise Architect
Rational Rose Enterprise Edition 7
T Mobile Pocket PC Phone Edition