Samples for VC++
Перейти к файлу
Colin Robertson 9e1d447555
Merge pull request #15 from microsoft/corob-msft-patch-1
Update README.md
2019-11-23 16:24:53 -08:00
VC2008Samples Add README.md to EEaddin sample 2019-01-26 11:59:57 -08:00
VC2010SP1Samples/MFC vc2010SP1_note 2016-09-16 16:02:38 -07:00
VC2010Samples Fix so ATL\General\ATLCollections it is able to compile in VS2017 2018-06-21 15:00:45 +02:00
VC2012Samples hilo sample and ODBC sample for 2015 2016-10-18 14:25:19 -07:00
VC2013Samples/Hilo winrt sample, hilo etc 2016-09-27 20:07:24 -07:00
VC2015Samples Add fnv1a.hpp sample + readme2 2017-05-24 14:14:38 -07:00
VC2017Samples/SharedPchSample shared pch sample 2018-06-29 16:37:27 -07:00
.gitignore add gitignore file 2016-09-16 15:23:10 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-06-29 10:35:44 -07:00
README.md Update README.md 2019-11-23 03:46:52 -08:00
license.txt edit readme and license 2016-09-17 10:38:41 -07:00

README.md

VCSamples

This repo contains C++ samples that shipped with earlier versions of Visual Studio, or that are no longer hosted on code.msdn.microsoft.com. You'll find all the samples just like they were in 2008, 2010, 2012, and 2015.

For more C++ samples, see the Microsoft Docs Code samples page. Other sources include:

Universal Windows Platform (UWP) app samples repo.

DirectX-Graphics-Samples repo.

Microsoft Xbox Advanced Technology Group Xbox-ATG-Samples repo.

Samples for C++/WinRT

Code Migration

We are migrating samples to VC++ 2015 and VC++2017.

See the Wiki for more information about C++ Migration code.

See the Porting and upgrading guide

Contribute

We accept contributions on these samples, such as migrating them to a newer version, modernizing the source code, or adding new samples.

Use Issues and make pull requests to submit new migration cases, fixes or suggestions.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ. Or, contact opencode@microsoft.com with any additional questions or comments.

License

Code licensed under the MIT License.