From 590c27cb3972384ee066ba4dc3981183ece28409 Mon Sep 17 00:00:00 2001 From: pavan-sai-santhosh Date: Tue, 4 Nov 2025 21:22:37 +0530 Subject: [PATCH] Add new C/C++ project tutorial link and improve formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..2802c53b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Building a CHIP-8 Emulator](https://austinmorlan.com/posts/chip8_emulator/) - [Beginning Game Programming with C++ and SDL](http://lazyfoo.net/tutorials/SDL/) - [Implementing a Key-Value Store](http://codecapsule.com/2012/11/07/ikvs-implementing-a-key-value-store-table-of-contents/) +- [Learn C++ by Building Projects](https://www.learncpp.com/) — A complete step-by-step C++ learning path including hands-on projects. + - Tiny 3D graphics projects - [Tiny Renderer or how OpenGL works: software rendering in 500 lines of code](https://github.com/ssloy/tinyrenderer/wiki) - [Understandable RayTracing in 256 lines of bare C++](https://github.com/ssloy/tinyraytracer/wiki)