Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Added a FilterInputStream und BufferedInputStream. Referenzen unterstützen jetzt! = Operator. Weitere kleinere Aufräumarbeiten wurden.
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

Unterstützung für Windows kompilieren (MSVC 6) und Linux (GCC 2.96), eine neue "null" globale Referenz für ungültig und Initialisierung Referenzen, damit Sie tun können, "if (my_ref == null) ...", und ein neues ref_cast <> Template-Funktion für die Umwandlung ein Referenz-Typ in einen anderen, ähnlich <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

Das ist eine drastische Neuerstellung der stdnet Projekt. Diese neue Klasse-Bibliothek stellt für eine bessere Portabilität und OO-Entwicklung. Insbesondere ist die Entwicklung einheitlicher Stil mit Funktionen der Sprache 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