Skip to content

singhaln93/Modern_Cpp

Repository files navigation

Modern_Cpp

Modern Cpp features

GitHub license GitHub issues GitHub forks
CMake CI GitHub Pages CI

Installation

yay cmake

Folder structure

.
├── dep/                        # dependencies
├── docs/                       # documentation
├── lib/                        # library files directory
├── scripts/                    # scripts/miscellaneous
├── src/                        # source files directory
├── test/                       # unit test directory
│   └── mainTest.hpp            # main test header
├── uml/                        # Plant Uml
│   └── Uml.plantuml
├── CMakeLists.txt              # Main CMakeLists.txt
├── LICENSE         
└── README.md   

Use short lowercase names at least for the top-level files and folders except LICENSE, README.md

Tree view

tree -L 2

For more examples, please refer to the Doxygen documentation, plantuml diagrams and for Code coverage

Roadmap

See the open issues for a list of proposed features (and known issues).

Releases

A list of software releases for the project can be viewed here.

Changelog

A list of notable changes for each software release, including new features, bug fixes, and other improvements can be viewed here.

Acknowledgements

Special thanks to listed resources that were helpful for this project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published