Télécharger la liste

Description du projet

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.

Système requise

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

Ajout d'une FilterlnputStream et un BufferedInputStream. Les références prennent désormais en charge! = Opérateur. Autres nettoyages mineurs ont été faites.
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

Soutien compiler pour Windows (MSVC 6) et Linux (GCC 2.96), un nouveau "null" référence mondiale de nullité et de l'initialisation de références afin que vous puissiez faire "if (null == my_ref) ...", et un nouveau ref_cast <> fonction de modèle pour la conversion d'un type de référence dans une autre, similaire à 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

Il s'agit d'une réécriture radicale du projet stdnet. Cette bibliothèque fournit nouvelle classe pour une meilleure portabilité et de développement OO. En particulier, son style de développement est plus compatible avec les caractéristiques du langage 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