You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/whats-new-cpp-docs.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ This section lists major changes to the Microsoft C++ docs February 2023 through
181
181
182
182
For what's new related to C++ in Visual Studio, see [What's new for C++ in Visual Studio](what-s-new-for-visual-cpp-in-visual-studio.md).
183
183
184
-
## C runtime library
184
+
###C runtime library
185
185
186
186
**Updated articles**
187
187
@@ -195,7 +195,7 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
195
195
-[`wcstombs`, `_wcstombs_l`](../c-runtime-library/reference/wcstombs-wcstombs-l.md) - Added note about UTF-8 support.
196
196
-[`fma`, `fmaf`, `fmal`](../c-runtime-library/reference/fma-fmaf-fmal.md) - Corrected the documentation for `fmaf`.
197
197
198
-
## C/C++ compiler and tools errors and warnings
198
+
###C/C++ compiler and tools errors and warnings
199
199
200
200
**New articles**
201
201
@@ -208,24 +208,24 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
208
208
-[Compiler Warnings by compiler version](../error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md) - Updated with changes for VS 17.5.
209
209
-[Compiler warnings C4800 through C5999](../error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md) - Updated with changes for VS 17.5.
210
210
211
-
## C/C++ compiler intrinsics and assembly language
211
+
###C/C++ compiler intrinsics and assembly language
212
212
213
-
## C/C++ in Visual Studio overview
213
+
###C/C++ in Visual Studio overview
214
214
215
215
**Updated articles**
216
216
217
217
-[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - Updated for VS 17.5 changes.
218
218
-[Microsoft C/C++ language conformance by Visual Studio version](../overview/visual-cpp-language-conformance.md) - Update with changes for VS 17.5.
219
219
-[What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - Update with changes for VS 17.5.
220
220
221
-
## C/C++ preprocessor reference
221
+
###C/C++ preprocessor reference
222
222
223
223
**Updated articles**
224
224
225
225
-[Predefined macros](../preprocessor/predefined-macros.md) - Update _MSC_VER values for 17.3, 17.4, and 17.5.
226
226
-[Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - Update with changes for VS 17.5.
227
227
228
-
## C/C++ projects and build systems
228
+
###C/C++ projects and build systems
229
229
230
230
**Updated articles**
231
231
@@ -237,26 +237,26 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
237
237
-[ARM64 exception handling](../build/arm64-exception-handling.md) - In the compressed format, PAC is identified by CR=2, not 3.
238
238
-[Reference: vcperf commands](../build-insights/reference/vcperf-commands.md) - Updated which commands require administrative privileges.
239
239
240
-
## C++ in Visual Studio
240
+
###C++ in Visual Studio
241
241
242
242
**Updated articles**
243
243
244
244
-[Transporting exceptions between threads](../cpp/transporting-exceptions-between-threads.md) - fix section about types of exception handling.
245
245
-[Tutorial: Import the C++ standard library using modules from the command line](../cpp/tutorial-import-stl-named-module.md) - Updated wording and fixed problems with the path and suggested directory location.
246
246
247
-
## C++ in Visual Studio tutorials
247
+
###C++ in Visual Studio tutorials
248
248
249
249
**Updated articles**
250
250
251
251
-[Create a console calculator in C++](../get-started/tutorial-console-cpp.md) - updated screenshots and updated the result and exception error format.
-[Connect to your target Linux system in Visual Studio](../linux/connect-to-your-remote-linux-computer.md) - Added note regarding `ssh-keygen`.
283
283
284
-
## Overview of Windows programming in C++
284
+
###Overview of Windows programming in C++
285
285
286
286
**Updated articles**
287
287
288
288
-[Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - explained why there aren't version numbers listed for VS 2015-2022.
289
289
290
-
## Read and write code using C++ in Visual Studio
290
+
###Read and write code using C++ in Visual Studio
291
291
292
292
**Updated articles**
293
293
294
294
-[Add a class from an ActiveX control](../ide/adding-a-class-from-an-activex-control-visual-cpp.md) - Clarified which project types the wizard applies to.
295
295
-[Walkthrough: Working with Projects and Solutions (C++)](../ide/walkthrough-working-with-projects-and-solutions-cpp.md) - Updated for Visual Studio 17.5.
0 commit comments