Skip to content
noe edited this page Jul 13, 2012 · 6 revisions

Welcome to the gtplib wiki!

gtplib is a header-only C++ library implementing the Go Text Protocol.

In order to use it, you just have to create a class that handles GTP commands and wire it like this:

TODO

It uses the following features from C++11:

  • Strongly-typed enums via 'enum class'.
  • Templated typedefs via 'using'.
  • for each loops.
  • metaprogramming magic with 'std::enable_if'.
Clone this wiki locally