Search the web
Sign In
New User? Sign Up
steve_dewhurst · The Steve Dewhurst Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
typeof, gotcha code   Message List  
Reply | Forward Message #18 of 62 |
COMPLETE TYPEOF IMPLEMENTATION AVAILABLE
---------------------------------------------------------------
With the publication of the December C/C++ Users Journal containing part
3 of the typeof implementation, I am able to release the code in its
entirety. You'll find it at http://www.semantics.org/code.html

The code differs somewhat from that which appeared in the article
series. The major changes are simply some factoring for simplification
and (some) improvement in compilation speed. This code stresses the
limits of class template partial specialization, and the only compiler
that I have personally verified to translate it completely is Comeau
4.3.0. Metrowerks 7.0 does quite a reasonable job, but has some trouble
with qualified pointer to class member types and pointer to function
member types. I hope to provide an appropriately limited version of the
code for Metrowerks soon, and (if I ever get around to installing it) I
suspect the Microsoft Visual C++.net beta (aka version 7.1) will handle
it as well.

C++ GOTCHAS CODE AVAILABLE
-----------------------------------------
Also, the code examples for the new "C++ Gotchas" book are available.
See http://www.semantics.org/cpp_gotchas/index.html

The accompanying book will be available by the end of the month,
according to amazon.com, or by early December, according to
Addison-Wesley.

Best regards,

Steve







Tue Nov 12, 2002 12:42 am

stephencdewh...
Offline Offline
Send Email Send Email

Forward
Message #18 of 62 |
Expand Messages Author Sort by Date

COMPLETE TYPEOF IMPLEMENTATION AVAILABLE ... With the publication of the December C/C++ Users Journal containing part 3 of the typeof implementation, I am able...
Stephen C. Dewhurst
stephencdewh...
Offline Send Email
Nov 12, 2002
12:42 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help