CyberWeb: Building A Web Browser From Scratch (Part 2)

A video tutorial series about building a 1990s-era web browser from scratch using Windows 2000 and Visual Studio 6. The end goal is to render the CyberWeb home page.

In the second episode, we build some data structures (Vector, String, StringTable, RefPtr) that can be used to create a simple HTML DOM (Document Object Model).

Check out the CyberWeb source code on GitHub: