|
1 | | -# [Writing and refactoring code](writing-and-refactoring-code-cpp.md) |
2 | | -## [Change Signature](refactoring/change-signature.md) |
3 | | -## [Convert to Raw String Literal](refactoring/convert-to-raw-string-literal.md) |
4 | | -## [Create Declaration / Definition](refactoring/create-declaration-definition.md) |
5 | | -## [Extract Function](refactoring/extract-function.md) |
6 | | -## [Implement Pure Virtuals](refactoring/implement-pure-virtuals.md) |
7 | | -## [Move Function Definition](refactoring/move-definition-location.md) |
8 | | -## [Rename](refactoring/rename.md) |
| 1 | +# [Writing and reading code] |
| 2 | +## [Edit and refactor code](writing-and-refactoring-code-cpp.md) |
| 3 | +## [Navigate your C++ code base](navigate-code-cpp.md) |
| 4 | +## [Read and understand C++ code](read-and-understand-code-cpp.md) |
| 5 | +## [Collaborate using Live Share for C++](live-share-cpp.md) |
| 6 | +## [C++ Refactorings] |
| 7 | +### [Change Signature](refactoring/change-signature.md) |
| 8 | +### [Convert to Raw String Literal](refactoring/convert-to-raw-string-literal.md) |
| 9 | +### [Create Declaration / Definition](refactoring/create-declaration-definition.md) |
| 10 | +### [Extract Function](refactoring/extract-function.md) |
| 11 | +### [Implement Pure Virtuals](refactoring/implement-pure-virtuals.md) |
| 12 | +### [Move Function Definition](refactoring/move-definition-location.md) |
| 13 | +### [Rename](refactoring/rename.md) |
9 | 14 | # [Using the Visual Studio IDE for C++ Desktop Development](using-the-visual-studio-ide-for-cpp-desktop-development.md) |
10 | 15 | ## [Walkthrough: Working with Projects and Solutions (C++)](walkthrough-working-with-projects-and-solutions-cpp.md) |
11 | 16 | ## [Walkthrough: Building a Project (C++)](walkthrough-building-a-project-cpp.md) |
12 | 17 | ## [Walkthrough: Testing a Project (C++)](walkthrough-testing-a-project-cpp.md) |
13 | 18 | ## [Walkthrough: Debugging a Project (C++)](walkthrough-debugging-a-project-cpp.md) |
14 | 19 | ## [Walkthrough: Deploying Your Program (C++)](walkthrough-deploying-your-program-cpp.md) |
15 | | -# [Adding Functionality with Code Wizards](adding-functionality-with-code-wizards-cpp.md) |
| 20 | +# [Code Wizards] |
| 21 | +## [Adding Functionality with Code Wizards](adding-functionality-with-code-wizards-cpp.md) |
16 | 22 | ## [Add a class](adding-a-class-visual-cpp.md) |
17 | 23 | ## [Add a class from an ActiveX control](adding-a-class-from-an-activex-control-visual-cpp.md) |
18 | 24 | ## [Add a generic C++ class](adding-a-generic-cpp-class.md) |
|
25 | 31 | ## [Create a COM interface](creating-a-com-interface-visual-cpp.md) |
26 | 32 | ## [Implement a connection point](implementing-a-connection-point-visual-cpp.md) |
27 | 33 | ## [Implement an interface](implementing-an-interface-visual-cpp.md) |
28 | | -## [Navigate the class structure](navigating-the-class-structure-visual-cpp.md) |
| 34 | +## [Navigate the class structure](navigate-code-cpp.md) |
29 | 35 | ## [Override a virtual function](overriding-a-virtual-function-visual-cpp.md) |
0 commit comments