
  ===========================================================
  ------ C++-wrapper around Floyd Davidson's function -------
  --- http://groups.google.com/groups?selm=87ofbox7xn.fld%40barrow.com
  -----------------------------------------------------------
  ---------- Getting info about network interfaces ----------
  -------------------- within C++-program -------------------
  -----------------------------------------------------------
  ---------------------- ioctl method -----------------------
  ---------------------- Version 1.1 -----------------------
  ==========================================================

  The wrapper has been written by Alex Vinokur.
  The program enables to get info about network interfaces address within C++ program.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 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. netif.h		header file 
	  4. netif.cpp		source file
	  5. main.cpp		Main program 

             --- Makefile ---
	  6. Makefile		Makefile 



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

    ### System & Compiler ###

	IMPORTANT! The program must be compiled on UNIX-like operating system.
        
	Windows 2000
	CYGWIN_NT-5.0
	GNU gcc/g++ 2.95.3-5


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

    ### Compilation & Run ###

        --- Compilation ---
        % make

        --- Run ---
        % mac_ioctl.exe


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

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

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

