updates README file
This commit is contained in:
parent
2381329431
commit
c72bee70e1
1 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,8 @@ The following two files need to exist in the (actual) working directory.
|
||||||
* `daten.txt` - can be empty
|
* `daten.txt` - can be empty
|
||||||
* `counter.txt` - write a single zero (`0`) into the first line
|
* `counter.txt` - write a single zero (`0`) into the first line
|
||||||
|
|
||||||
|
**You can also create those files with `make reset`.**
|
||||||
|
|
||||||
## For example
|
## For example
|
||||||
|
|
||||||
### Put the files into your home directory
|
### Put the files into your home directory
|
||||||
|
@ -20,7 +22,7 @@ It does not care where the binary file is, as long as you are in that specific d
|
||||||
|
|
||||||
### Change the source code to use absolute paths
|
### Change the source code to use absolute paths
|
||||||
|
|
||||||
Open main.cpp and re-define the filename of those two files (that information is on line 60 and 61).
|
Open main.cpp and re-define the filename of those two files (that information is on line 80 and 81).
|
||||||
|
|
||||||
``` C++
|
``` C++
|
||||||
const char * cFilename = "daten.txt";
|
const char * cFilename = "daten.txt";
|
||||||
|
|
Loading…
Add table
Reference in a new issue