From 64734eb59e35cb9360a3f139e900fa5ea1199758 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Wed, 24 Jun 2020 22:30:47 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4863bd51..1ebc3490 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ Note that this customization is also available for **CVector**, but only affects Also look at **examples/advanced.c**, it demonstrates how to use a custom struct as a hash map key, using the feature mentioned. -Demos ------ +Example usages +-------------- The first example has a very complex nested container type, which demonstrates the power of this library. Look at the simpler examples below to understand it better. The example adds an element into the data structure, and then accesses it. The type used, with c++ template syntax is: **CHashMap**< **CString**, **CHashMap**< *int*, **CList**< **CArray2**< *float* >>>> -- cgit v1.2.3