Skip to content

Commit 238da5d

Browse files
authored
Update README.md
1 parent 6874cdb commit 238da5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<!---[![Build status](https://ci.appveyor.com/api/projects/status/i4omlfovqaswpj41/branch/master?svg=true)](https://ci.appveyor.com/project/behnamasadi/cpp-tutorials/branch/master)-->
55
![build workflow](https://github.com/behnamasadi/cpp_tutorials/actions/workflows/docker-build.yml/badge.svg)
66
![alt text](https://img.shields.io/badge/license-BSD-blue.svg)
7+
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/behnamasadi/cpp_tutorials)
8+
![GitHub Repo stars](https://img.shields.io/github/stars/behnamasadi/cpp_tutorials)
9+
![GitHub forks](https://img.shields.io/github/forks/behnamasadi/cpp_tutorials)
10+
![GitHub Release](https://img.shields.io/github/v/release/behnamasadi/cpp_tutorials)
11+
12+
713

814
This repository contains my C++ snippets code on **C++ concepts/ idioms**, **optimized C++**, **modern C++** and **advance C++**. I have included snippets and sample code for using third-party libs to parse **CSV**, **YAML**, and **JSON** files. An example of code benchmarking with **Google Benchmark** is available. There is also a tutorial on using **CMake** to build and export your project.
915

0 commit comments

Comments
 (0)