/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.cpp * Author: dmitry * * Created on November 8, 2017, 8:04 AM */ #include #include #include #include "package-spec.h" int main(int argc, char *argv[]) { using namespace std; for (int i = 1; i < argc; i++) { std::string str=argv[i]; if (str == "--version") { std::cout << "cppboost version " << CONST_PACKAGE_VERSION << std::endl; } return 0; } // string line; boost::regex pat( "^Subject: (Re: |Aw: )*(.*)" ); cout<<"Hello world with first feature!"<