User Activity

  • Posted a comment on discussion Help on PStreams

    From https://pstreams.sourceforge.net/ : // remove some files, capturing any error messages std::vector<std::string> argv; std::vector<std::string> errors; argv.push_back("rm"); argv.push_back("./foo.txt"); argv.push_back("./bar.html"); redi::ipstream in("rm", argv, pstreambuf::pstderr); std::string errmsg; while (std::getline(in, errmsg)) { errors.push_back(errmsg); } Should "rm" be pushed onto the vector? It is provided again in the ipstream declaration. Why twice?

  • Posted a comment on ticket #162 on Artistic Style

    Note from the future... Any progress here? 3.1 still indenting extern.

  • Created ticket #541 on Artistic Style

    astyle not finding project's .astylerc file.

  • Posted a comment on discussion Open Discussion on Potrace

    I am working with greyscale and color rasters that I need to convert to bitmaps before...

View All

Personal Data

Username:
oscarkramer
Joined:
2008-06-09 20:03:58

Projects

  • No projects to display.

Personal Tools