]> marstr Code Repo - FileIO/commitdiff
Added repoinfo for custom git viewer master
authorMarStr <marcus@marstr.online>
Wed, 10 Jul 2024 15:10:20 +0000 (17:10 +0200)
committerMarStr <marcus@marstr.online>
Wed, 10 Jul 2024 15:10:20 +0000 (17:10 +0200)
repoinfo [new file with mode: 0644]

diff --git a/repoinfo b/repoinfo
new file mode 100644 (file)
index 0000000..02e728e
--- /dev/null
+++ b/repoinfo
@@ -0,0 +1,7 @@
+[section]MarStr FileIO for C++[/section]
+
+A simple class in the marstr namespace, which has many utility functions which help in dealing with reading from and writing to files. Writing a string for example is wrapped into a convenience call which also writes down the length of the string, prior to the string itself. Likewise, the call to read a string from a file reads the length of the string first, then the string itself is read.
+
+It comes with a number of datatypes that can be read from and written to, and should, in my opinion, cover many bases for file IO.
+
+Have a look at fileio.h to get all details.