summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-24 22:30:47 +0200
committerGitHub <[email protected]>2020-06-24 22:30:47 +0200
commit64734eb59e35cb9360a3f139e900fa5ea1199758 (patch)
tree16bc109aea4254102936b61a7022dcc60c3538d9
parentee23930e20cddee2bb438db9c5ce30aefdbe5099 (diff)
downloadSTC-modified-64734eb59e35cb9360a3f139e900fa5ea1199758.tar.gz
STC-modified-64734eb59e35cb9360a3f139e900fa5ea1199758.zip
Update README.md
-rw-r--r--README.md4
1 files 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* >>>>