Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


                  Visitors : 534 since Dec 07, 2002
        [ Last Modification : 2002/12/07]
        ---------------------------------
  Here is C++-wrapper around the popen() system call.
  The algorithm has been written by Alex Vinokur.
  Programming Language : C++.
  Any and all comments would be appreciated.

        Alex Vinokur
        -----------------------------------
        alexvn@go.to
        alexv@hitechclub.com
        http://up.to/alexvn
        http://go.to/alexv_math
        http://alexvn.freeservers.com/s1/popen.html
        -----------------------------------

  Content.
  1. Algorithm
  2. Program Files
  3. Compiling
  4. Running (Log Files)
  5. Download

====================================================
=================== 1. Algorithm ===================
                               
There are two C++-wrappers around popen :
* Simple C++Wrapper around popen
* Smart C++Wrapper around popen that recognizes invalid command_line
====================================================

==========================================================================
============================= 2. Program Files ===========================
The algorithm contains the following files :
  1. popen1.cpp Simple wrapper
  2. popen2.cpp Smart wrapper
Note. Lore's Source Converter was used to convert source code to HTML ====================================================

====================================================
==================== 3. Compiling ==================
//#########################################################
//------------------- System & Compiler  ------------------
Windows 2000
MINGW
GNU gcc/g++ version 3.2.0
//-------------------- Compiling : BEGIN ------------------
% g++ popen1.cpp -o popen1.exe
% g++ popen2.cpp -o popen2.exe
//-------------------- Compiling : END --------------------

====================================================
===================== 4. Running ===================
//#########################################################
//-------------------- Running : BEGIN --------------------
% popen1.exe
See results in Log File

% popen2.exe
See results in Log File
//-------------------- Running : END ----------------------

====================================================
===================== 5. Download ==================
//#########################################################

http://alexvn.freeservers.com/s1/popen.zip
http://home.barak-online.net/alexvn/s2/popen/wpopen11.zip