Miscellaneous DebrisAvner Kashtan's Frustrations and ExultationsAnother minor CC++ difference - adding existing files- October 28, 2007 Another minor detail that bit me for a few minutes today. I'm posting this so I'll see it and remember, and possibly lodge it in other people's consciousness. Using Visual Studio 2005, adding an existing .cs file to a C project will cause a copy of that file to be created in the project directory. If I want to link to the original file, I need to explicitly choose Add As Link from the dropdown on the Add button. C++ projects, however, have the opposite behavior. Adding an existing item in a...http://weblogs.asp.net/avnerk/archive/2007/10/28/another-minor-c-c-difference-adding-exist... |