|
1 | 1 | # VCSamples |
2 | | -This repo contains samples for VC++ |
3 | 2 |
|
4 | | -You'll find all the samples like they were in 2008, 2010, 2012, 2015. |
| 3 | +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. |
5 | 4 |
|
6 | | -Sample for UWP availabe [here](https://github.com/Microsoft/Windows-universal-samples) |
| 5 | +For more C++ samples, see the Microsoft Docs [Code samples](https://docs.microsoft.com/samples/browse/?term=C%2B%2B) page. Other sources include: |
7 | 6 |
|
8 | | -Sample for DirectX [here](https://github.com/Microsoft/DirectX-Graphics-Samples) |
| 7 | +[Universal Windows Platform (UWP) app samples](https://github.com/Microsoft/Windows-universal-samples) repo. |
9 | 8 |
|
10 | | -Sample for XBox (ATG: Xbox Advanced Technology Group) [here](https://github.com/Microsoft/Xbox-ATG-Samples) |
| 9 | +[DirectX-Graphics-Samples](https://github.com/Microsoft/DirectX-Graphics-Samples) repo. |
11 | 10 |
|
12 | | -Sample for CPP WinRT [here](https://github.com/Microsoft/cppwinrt/tree/master/10.0.14393.0/Samples) |
| 11 | +Microsoft Xbox Advanced Technology Group [Xbox-ATG-Samples](https://github.com/Microsoft/Xbox-ATG-Samples) repo. |
| 12 | + |
| 13 | +[Samples for C++/WinRT](https://docs.microsoft.com/samples/browse/?term=C%2B%2B%2FWinRT) |
13 | 14 |
|
14 | 15 |
|
15 | 16 | ## Code Migration |
| 17 | + |
16 | 18 | We are migrating samples to VC++ 2015 and VC++2017. |
17 | 19 |
|
18 | 20 | See the [Wiki](https://github.com/Microsoft/VCSamples/wiki) for more information about C++ Migration code. |
19 | 21 |
|
20 | | -See the [Porting and Upgrading Guide on MSDN](https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-porting-and-upgrading-guide) |
| 22 | +See the [Porting and upgrading guide](https://docs.microsoft.com/cpp/porting/visual-cpp-porting-and-upgrading-guide) |
| 23 | + |
| 24 | +## Contribute |
21 | 25 |
|
22 | | -## Contributing |
23 | | -We accept contribution on these samples (migrating them to a newer version, modernize the source codeor adding new samples) |
| 26 | +We accept contributions on these samples, such as migrating them to a newer version, modernizing the source code, or adding new samples. |
24 | 27 |
|
25 | | -Use Issue and PR to submit new migration cases, fixes or suggestions. |
| 28 | +Use Issues and make pull requests to submit new migration cases, fixes or suggestions. |
26 | 29 |
|
27 | | -This project has adopted the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
| 30 | +This project has adopted the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/). For more information , see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/). Or, contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
28 | 31 |
|
29 | 32 |
|
30 | 33 | ## License |
|
0 commit comments