Skip to content

Commit 8ffa07f

Browse files
committed
Update Readme
1 parent 74761fd commit 8ffa07f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cover: "/assets/images/cA4aKEIPQrerBnp1yGHv_IMG_9534-3-2.jpg"
1818

1919
name: 'The authors'
2020
author: 'The authors'
21-
author_image: "/assets/images/author.jpg"
21+
author_image: ""
2222

2323
paginate: 5
2424

about.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ permalink: /about/
55
---
66

77
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".
8+
9+
The examples are available on [GitHub](https://github.com/ModernCPPBook/Examples) and the C++ Explorer is available on [GitHub](https://github.com/stevenrbrandt/CxxExplorer).
10+
11+
This blog will showcase new features of the C++ 23 and C++ 26 standard mentioned in the book.

0 commit comments

Comments
 (0)