Skip to content

Commit 18263dc

Browse files
committed
Initial commit
1 parent 774da59 commit 18263dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Complete, working programs from the C++ tutorial hosted at https://learnmoderncp
77
The "headers" directory contains C++ programs with legacy header `#includes`,
88
whilst the "modules" directory contains the same programs but using the `import` keyword instead.
99

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
1314
Windows within a Visual Studio command prompt terminal; simply run:
1415
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
1516
or similar in a command window, or create a desktop link.

0 commit comments

Comments
 (0)