GeekArticles
Microsoft
Microsoft.NETC++0x Automates Type Deduction with auto
Author: devx.com |
Published: 11th Apr 2008 |
Visited: 32 times |
Add CommentFiled in: Microsoft NETTired of typing unwieldy type names in variable declarations? Why not let the compiler do that dirty job, automatically deducing the type from the variable's initializer?
Read Article Sponsored Links
Related Articles
• CodeSnip: Unexpected behavior with C# auto-implemented properties In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project al ...