https://github.com/melardev/cppfilesystemsnippets
https://github.com/melardev/cppfilesystemsnippets
cpp demos examples filesystem snippets
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/melardev/cppfilesystemsnippets
- Owner: melardev
- Created: 2019-05-16T09:34:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T09:38:49.000Z (about 7 years ago)
- Last Synced: 2025-01-25T23:37:19.418Z (over 1 year ago)
- Topics: cpp, demos, examples, filesystem, snippets
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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