https://github.com/miladsade96/cppcs
My C Plus Plus Code Snippets
https://github.com/miladsade96/cppcs
Last synced: 8 months ago
JSON representation
My C Plus Plus Code Snippets
- Host: GitHub
- URL: https://github.com/miladsade96/cppcs
- Owner: miladsade96
- License: mit
- Created: 2020-07-15T15:09:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T08:42:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T00:28:41.845Z (9 months ago)
- Language: C++
- Size: 202 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CPPCS
**My C++ Code Snippets**### Author:
ELNS - [@EverLookNeverSee](https://github.com/EverLookNeverSee)### Notes:
All files are compiled and tested with **g++ (Homebrew GCC 5.5.0_7) 5.5.0**### Table od contents:
* [Numerical Methods:](/src/numerical_methods)
* Exercise_01 - Current in an AC circuit - [[description](/descriptions/Exercise_01.png), [source](/src/numerical_methods/Exercise_01.cpp)]
* Exercise_02 - Earth pressure on a retaining structure - [[description](/descriptions/Exercise_02.png), [source](/src/numerical_methods/Exercise_02.cpp)]* [An Introduction to OpenMP](/src/openMP)
* Hello world program - [[source](/src/openMP/01_HelloWorld.cpp)]
**Work In Progress**