Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C# project files update | William S Fulton | 2014-03-01 | 1 | -94/+87 |
| | | | | | | | | | | - Update project files to use Visual Studio 2005 (minimum supported .NET is now 2.0 which is what VS 2005 supports). - Add project files for arrays example (requires /unsafe) - Fix support so that the project files work straight out the box on 64 bit systems (32 bit compile is the default). - Fix support for 64 bit builds - use the x64 platform. | ||||
* | Add C++ nested class example | William S Fulton | 2013-11-30 | 1 | -0/+94 |
This also reverts the nested class additions to the Java/C# 'class' example so that the 'class' example remains identical across different language modules |