
  ==========================================================
  --------- Getting MAC address within C++-program ---------
  ---------------------- popen method ----------------------
  ---------------------- Version 1.1 -----------------------
  ==========================================================

  The algorithm has been written by Alex Vinokur.
  The program enables to get MAC address(es) within C++ program.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 1999-2002 by Alex Vinokur.

    This work and all works derived from it may be copied and modified 
    without any restrictions other than that 
    a copy of this copyright notice must be included in any copy 
    of this work or any derived work.

    The Author assume no responsibility for damage or loss of system
    performance as a direct or indirect result of the use of this
    software.

  =====================================
  AVAILABILITY

    -----------------------------------
    ### Web page ###
        http://alexvn.freeservers.com/s1/getmac.html

    -----------------------------------
    ### Download ###
        http://alexvn.freeservers.com/s1/getmac.zip

        Files:
	  0. readme.txt	(this file)

             --- Program Files ---
	  1. popen.h		popen-related header file 
	  2. mac.h		MAC-related header file
	  3. popen.cpp		popen-related source file
	  4. mac.cpp		MAC-related source file
	  5. main.cpp		Main program 

             --- Makefile ---
	  6. Makefile		Makefile 



  =====================================
  ENVIRONMENT

    ### System & Compiler ###

	Windows-2000
	MinGW
	GNU gcc/g++ version 3.2.0


  =====================================
  USAGE

    ### Compilation & Run ###

        --- Compilation ---
        % make

        --- Run ---
        % mac_popen.exe


=========================================================

	Alex Vinokur
		2002.12.08
	-----------------------------------
	mailto:alexvn@go.to
	mailto:alexv@hitechclub.com
	http://up.to/alexvn
	-----------------------------------

=========================================================

