TLELib
C++ library for very easy operating with TLE data sets and files.
The TLELib is the C++ library, which allows to read and write the TLE files very easy. It provides 2 main objects:
tlelib::Node - object, operating with NORAD two lines elements data. It allows to parse the data from 2 or 3 lines and to output the data into strings in according to the TLE format.
tlelib::Stream - stream, allowing to read the TLE data from some object of iostream type, and to write the data in TLE format into such object.