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

Commit

Permalink
Merge pull request #15 from microsoft/corob-msft-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Colin Robertson authored Nov 24, 2019
2 parents 4bee8c6 + 8b141d5 commit 9e1d447
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
# VCSamples
This repo contains samples for VC++

You'll find all the samples like they were in 2008, 2010, 2012, 2015.
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.

Sample for UWP availabe [here](https://github.com/Microsoft/Windows-universal-samples)
For more C++ samples, see the Microsoft Docs [Code samples](https://docs.microsoft.com/samples/browse/?term=C%2B%2B) page. Other sources include:

Sample for DirectX [here](https://github.com/Microsoft/DirectX-Graphics-Samples)
[Universal Windows Platform (UWP) app samples](https://github.com/Microsoft/Windows-universal-samples) repo.

Sample for XBox (ATG: Xbox Advanced Technology Group) [here](https://github.com/Microsoft/Xbox-ATG-Samples)
[DirectX-Graphics-Samples](https://github.com/Microsoft/DirectX-Graphics-Samples) repo.

Sample for CPP WinRT [here](https://github.com/Microsoft/cppwinrt/tree/master/10.0.14393.0/Samples)
Microsoft Xbox Advanced Technology Group [Xbox-ATG-Samples](https://github.com/Microsoft/Xbox-ATG-Samples) repo.

[Samples for C++/WinRT](https://docs.microsoft.com/samples/browse/?term=C%2B%2B%2FWinRT)


## Code Migration

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

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

See the [Porting and Upgrading Guide on MSDN](https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-porting-and-upgrading-guide)
See the [Porting and upgrading guide](https://docs.microsoft.com/cpp/porting/visual-cpp-porting-and-upgrading-guide)

## Contribute

## Contributing
We accept contribution on these samples (migrating them to a newer version, modernize the source codeor adding new samples)
We accept contributions on these samples, such as migrating them to a newer version, modernizing the source code, or adding new samples.

Use Issue and PR to submit new migration cases, fixes or suggestions.
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](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.
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.


## License
Expand Down

0 comments on commit 9e1d447

Please sign in to comment.