Download List

프로젝트 설명

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

FilterInputStream 및 BufferedInputStream 추가되었습니다. 참고 지금! = 연산자를 지원합니다. 기타 사소한 정리되었다.
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

Windows 용 컴파일 지원 (MSVC 6) 및 Linux의 (GCC 2.96), 새로운 "null이"무효 및 참조 initialising 그래서 "만약 (my_ref == null이) ...", 그리고 새로운 ref_cast"할 수있는 글로벌 참조 " 또, "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

이 stdnet 프로젝트를 재작 성하는 과감한입니다. 이 새로운 클래스 라이브러리를 더 나은 이동성 및학과 OO 개발을 위해 제공합니다. 특히, 자사의 개발 스타일을 더 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