Download List

Descripción del Proyecto

stdnet2 aims to simplify networking and multithreaded application development in C++. It has a Java-like class hierarchy supporting single inheritance from an Object, abstract classes, reference counting with automatically destroyed objects.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-08-13 10:08
0_02_c

Se ha añadido una FilterInputStream y BufferedInputStream. Las referencias a este apoyo a la! = Operador. Otros menores se hicieron limpiezas.
Tags: Development, Minor feature enhancements
Added a FilterInputStream and a BufferedInputStream. References now support the != operator. Other minor cleanups were made.

2002-08-03 23:07
0_02_b

Apoyo de compilación para Windows (MSVC 6) y Linux (CCG 2,96), un nuevo "cero" de referencia mundial de nulidad y la inicialización de referencias, de manera que usted puede hacer "si (my_ref == null) ...", y una nueva ref_cast <> función de plantilla para la conversión de un tipo de referencia a otro, similar a la dynamic_cast <>.
Tags: Development
Compile support for Windows (MSVC 6) and Linux (GCC 2.96), a new "null" global reference for invalidating and initialising references so you can do "if (my_ref == null) ...", and a new ref_cast<> template function for converting one reference type into another, similar to dynamic_cast<>.

2002-07-27 01:39
0_01

Esta es una drástica nueva redacción del proyecto stdnet. Esta nueva biblioteca de clases provee de una mejor portabilidad y el desarrollo OO. En particular, su estilo de desarrollo es más coherente con las características del lenguaje Java.
Tags: Development, Initial freshmeat announcement
This is a drastic rewrite of the stdnet project. This new class library provides for better portability and OO development. In particular, its development style is more consistent with features of the Java language.

Project Resources