Overview A “quine” is a computer program that accepts no input and produces a copy of its own source code [Wikipedia.org]. If one searches for quines on the Internet, one will find all kinds of variations written in various languages. This blog post presents a simple C++11 quine. Substituting Strings Within Strings Many short quines […]
↧