Skip to content
Snippets Groups Projects
  • Vasileios Karakasis's avatar
    Replaced line buffer by an std::string. · b7e58f3d
    Vasileios Karakasis authored
    The line buffer is no more a pure character array but a standard string.
    For reading lines from the input stream we use the higher level
    std::getline() function which takes care of overflow issues.
    
    Side improvements: String comment prefixes are now supported.
    
    Other changes: added `-pedantic' to the compilation flags, to force
    strict C++11 compliance.
    b7e58f3d