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

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

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**