A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


EL AATIFI  Sidi Mohamed <[EMAIL PROTECTED]> described the package as follows:
License: lgpl
Other License: 
Package: C++ Eyebrow
System name: eyebrow
Type: non-GNU

Description:
EyeBrow : my project is a simple C++ framework, a collection of classes , manipulating 
Sockets, Files, Trees , List , Arrays , Thread , easy to use:
for example to download index.html of a website : 
#include <eyebrow.h>

int main(int argc, char **argv)
{
    Socket ser;
    String line;
    ser.connect(argv[1],80);
    while( !(ser>>line).eof())
              sysout<< line << nl;
    return 0;
}

This is simple example using Eyebrow :)
Execuse me , i'm not a good english speaker

Other Software Required:
Just G++ and GLIBC

Other Comments:
Tanks


_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to