![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
Functions | |
void | trim (string &s, string characters) |
void | trim_comments (string &s) |
vector< string > | get_lines (vector< string > &input, int &linenum, string terminator) |
void | print_line (stringstream &sout, string line) |
int | main (int argc, char *argv[]) |
vector< string > get_lines | ( | vector< string > & | input, |
int & | linenum, | ||
string | terminator ) |
void print_line | ( | stringstream & | sout, |
string | line ) |
void trim | ( | string & | s, |
string | characters ) |
void trim_comments | ( | string & | s | ) |