Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 8b141d5

Browse files
author
Colin Robertson
authored
Update README.md
Fix links to point to new Docs Samples.
1 parent 4bee8c6 commit 8b141d5

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
# VCSamples
2-
This repo contains samples for VC++
32

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.
54

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:
76

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.
98

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.
1110

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)
1314

1415

1516
## Code Migration
17+
1618
We are migrating samples to VC++ 2015 and VC++2017.
1719

1820
See the [Wiki](https://github.com/Microsoft/VCSamples/wiki) for more information about C++ Migration code.
1921

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
2125

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.
2427

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.
2629

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.
2831

2932

3033
## License

0 commit comments

Comments
 (0)