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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ For Microsoft Visual Studio:
27
27
28
28
* Create a new, empty, C++ **console** (not Desktop) project.
29
29
* Drag the appropriate `.c` files into your source code tree before building.
30
-
* When compiling Visual Studio will prompt you to switch to its safer versions of some functions, or disable the warning.
30
+
* When compiling, Visual Studio will prompt you to switch to its safer versions of some functions, or disable the warning.
31
31
32
32
## License
33
33
@@ -69,8 +69,8 @@ Please feel encouraged to make a pull request (PR) to correct or clarify code.
69
69
Some rough guidelines for making a PR:
70
70
71
71
* Bug fixes and operating-system specific fixes are very welcome.
72
-
* When making a PR please make sure both the PR and the code is commented clearly for other book readers.
73
-
* Do not introduce code copy-pasted from elsewhere as there are licencing and copyright issues with this.
72
+
* When making a PR please make sure both the PR, and the code, is commented clearly for other book readers.
73
+
* Do not introduce code copy-pasted from elsewhere as there are licensing and copyright issues with this.
74
74
* Please do not submit `CMakeLists.txt` or build scripts for the entire book or for individual chapters. There is a specific chapter dedicated to introducing build systems.
75
75
* Please do not submit project or solution files for a particular IDE.
76
76
* Code in examples is copy-pasted from the book. If the PR needs to modify these please add a comment to those lines indicating why the change was important.
0 commit comments