Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

Some command-line applications can read from stdin for use as program input. The canonical example of this is sort.exe which sorts the list of strings given to it and prints it back out to the console: C:\Temp> type letters.txt m z a C:\Temp> sort Read More...
In Visual Studio 2008, we added a feature to exclude small functions from instrumentation.  A small function is a function that has very few instructions and makes no function calls (i.e. it’s a leaf).  The idea behind this feature is that small Read More...
 
Page view tracker