Web<ToolKit> is an ANSI/ISO-compatible C++ library that contains classes for dynamically building HTML (Hypertext Markup Language) Web pages. Using Web<ToolKit>, you can write Web page logic and structure using C++ objects and existing C++ interfaces without learning HTML. If you do not use a tool like Web<ToolKit> when creating an application that builds Web pages, you must manually insert HTML into your code. This is not only cumbersome and error prone, but requires that you learn HTML syntax.
This chapter describes the concepts you must understand to use Web<ToolKit>.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.