File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11---
2- description : " Learn more about: Visual C++ What's New 2003 through 2015"
32title : " Visual C++ What's New 2003 through 2015"
3+ description : " Learn more about: Visual C++ What's New 2003 through 2015"
44ms.date : " 07/02/2019"
5- ms.assetid : c4afde6f-3d75-40bf-986f-be57e3818e26
65---
76# Visual C++ What's New 2003 through 2015
87
@@ -2206,7 +2205,7 @@ The compiler has breaking changes in this release.
22062205- In each function topic, a section on .NET Framework equivalents has been added.
22072206- Several string functions now have the option of truncating strings rather than failing when output buffers are too small; see **_TRUNCATE**.
22082207- `_set_se_translator` now requires the use of the `/EHa` compiler option.
2209- - `fpos_t` is now **`__int64`** under `/Za` (for C code) and when __STDC__ is set manually (for C++ code). It used to be a **`struct`**.
2208+ - `fpos_t` is now **`__int64`** under `/Za` (for C code) and when ` __STDC__` is set manually (for C++ code). It used to be a **`struct`**.
22102209- _CRT_DISABLE_PERFCRIT_LOCKS can improve the I/O performance of single-threaded programs.
22112210- POSIX names have been deprecated in favor of ISO C++ conformant names (for example, use `_getch` rather than `getch`).
22122211- New link options .obj files are available for pure mode
You can’t perform that action at this time.
0 commit comments