File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ Complete, working programs from the C++ tutorial hosted at https://learnmoderncp
7
7
The "headers" directory contains C++ programs with legacy header ` #includes ` ,
8
8
whilst the "modules" directory contains the same programs but using the ` import ` keyword instead.
9
9
10
- All programs compile successfully with Visual Studio 2019 (v16.8 or later).
11
- The supplied batch scripts "build-vs2019-headers.bat" and
12
- "build-vs2019-modules.bat" can be used to compile all of the programs under
10
+ All programs compile successfully under Windows with Visual Studio 2019 (v16.8 or later).
11
+
12
+ The supplied batch scripts ` build-vs2019-headers.bat ` and
13
+ ` build-vs2019-modules.bat ` can be used to compile all of the programs under
13
14
Windows within a Visual Studio command prompt terminal; simply run:
14
15
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
15
16
or similar in a command window, or create a desktop link.
You can’t perform that action at this time.
0 commit comments