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-03 23:07 Back to release list
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<>.

Project Resources