Code/Tea/Etc...Duncan Mackenzie has too much time on his handsWes Haggard discusses the new iterators in C 2.0- August 24, 2004 Recusive GetFiles for DirectoryInfo via a C Iterator I have been working on a project using C Express and so I have been playing around with some of the new C 2.0 features. In my project I had a need to get all the files of a particular type in a given directory including all sub-directories. The DirectoryInfo class has a method GetFiles that takes a search pattern (ie ".exe") but it only searches that directory it doesn't search sub-directories. So I figured this would be a good chance for me.http://blogs.msdn.com/duncanma/archive/2004/08/23/219284.aspx C 2005 and C Express Content Up...- August 12, 2004 Just up... Investigating Code Snippet Technology Andrew W. Troelsen Intertech Training Summary: This article explorers the use of Visual Studio 2005 and Visual C 2005 Express Edition code snippet technologies. Once the reader understands the XML syntax used to represent code snippets, this article examines the process of building and registering custom code expansions with your Microsoft .NET IDE of choice. (21 printed pages) and up a few days ago... An Introduction to Programming Using...http://blogs.msdn.com/duncanma/archive/2004/08/12/213761.aspx |