The document is the first chapter of a beginner's guide to C++ programming. It introduces C++ as a good first language to learn and explains that the guide contains 8 short chapters to avoid overwhelming readers. It then defines what a computer program is and why languages like C++ were created. The chapter demonstrates how to set up the Borland C++ compiler and write a simple "Hello World" program, compiling and running it from the command line. It briefly explains the code for the first program.