An open API service indexing awesome lists of open source software.

https://github.com/melardev/cppfilesystemsnippets


https://github.com/melardev/cppfilesystemsnippets

cpp demos examples filesystem snippets

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Introduction
This repository contains Cpp snippets related to the filesystem.

They are intended to be cross platform since they rely on the standard library,

or if perhaps they differ depending on the platform I took care of using the appropriate

`#if defined`, please let me know if a demo
does not work on your platform.

This repository corresponds to a bigger CMake project I have, I didn't published it yet, because I have to refactor it.
Be patient for the bigger cake :)
# Social Media
- [Youtube](https://youtube.com/Melardev)
- [Twitter](https://twitter.com/@melardev)
- [Instagram](https://instagram.com/melar_dev)

# Resources

# TODO
- Port to CMake