https://github.com/arsdever/programming_on_linux
Wrapping linux's file manipulation API into classes
https://github.com/arsdever/programming_on_linux
cpp cpp11 linux
Last synced: 2 months ago
JSON representation
Wrapping linux's file manipulation API into classes
- Host: GitHub
- URL: https://github.com/arsdever/programming_on_linux
- Owner: arsdever
- Created: 2019-03-15T20:29:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T10:20:47.000Z (over 7 years ago)
- Last Synced: 2025-01-17T13:20:00.952Z (over 1 year ago)
- Topics: cpp, cpp11, linux
- Language: C++
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming on linux
These are some materials from "Programming on linux" courses.
___
To get soureces follow the steps:
* Download and install [`git`](https://git-scm.com/downloads) \*
* Open terminal (*or cmd for Windows*), go to location where you want to download materials
* Use `git clone https://github.com/arsdever/programming_on_linux.git`
> *on Windows it might be required restarting computer to use git from cmd*
___
### Special thanks to our lecturer [`Hayk Shahparonyan`](https://www.linkedin.com/in/hayk-shahparonyan) for help and collaboration