Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Diehl committed Jul 19, 2024
1 parent 74761fd commit 8ffa07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cover: "/assets/images/cA4aKEIPQrerBnp1yGHv_IMG_9534-3-2.jpg"

name: 'The authors'
author: 'The authors'
author_image: "/assets/images/author.jpg"
author_image: ""

paginate: 5

Expand Down
4 changes: 4 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ permalink: /about/
---

Webpage of the [Book](https://link.springer.com/book/10.1007/978-3-031-54369-2) "Parallel C++: Efficient and Scalable High-Performance Parallel Programming Using HPX".

The examples are available on [GitHub](https://github.com/ModernCPPBook/Examples) and the C++ Explorer is available on [GitHub](https://github.com/stevenrbrandt/CxxExplorer).

This blog will showcase new features of the C++ 23 and C++ 26 standard mentioned in the book.

0 comments on commit 8ffa07f

Please sign in to comment.