From 6f4372e9b5dc97303ce7b350094ac6e024a0ba4d Mon Sep 17 00:00:00 2001 From: ahypki Date: Fri, 4 Oct 2024 10:40:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a06fc9b..12b108b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Standard C library: * https://cplusplus.com/reference/cstdio/ +C++ reference: + +* https://en.cppreference.com/w/ + C++ string and vector class: * https://cplusplus.com/reference/string/