New video tutorial for the advanced beginner to intermediate C++ programmer -- A one-hour video about a recreational project to make a genetic algorithm that will evolve the source code for a program that, when run, will compute and output the solution to something. The target source language is a tiny language made specially for this purpose. Also discusses how the simulated evolution compares with natural biology. Covers practical C++ prototyping, C++ threading, portable code, genetic algorithms, biological simulation.