资 源 简 介
Introduction
Flexible and high performance program with C++, easy to use like .NET class library, easy to make cross-platform softwares. That is vnFramework"s intention.
Download
Unstable: http://vnframework.googlecode.com/files/vnFramework-0.1.0.1.zip
Stable :
Docs :
Components
It provides most of operating system services such as:
* Console (Console::Write, Console::WriteLine, Console::Read)
* FileSystem (FileStream, File, Directory)
* Networking (Socket, TCP/UDP, DNS, HTTP)
* Threading (Thread, Mutex, Event, CriticalSection)
* Sound (WaveIn, WaveOut, ...)
* DateTime (Time calculation, get or set current time)
* String (Unicode and ANSI)
* Collection (List, Array, Map)
* Math
* More...
License
You can use vnFramework in your commercial program under the restrictions of the LGPL.
文 件 列 表
docs
libs
samples
advance
basic
src
CriticalSection.cpp
DateTime.cpp
Debug.cpp
IPAddress.cpp
Math.cpp
Test.cpp
Thread.cpp
ThreadException.cpp
ThreadLocalPointer.cpp
TimeSpan.cpp
vn
AutoPtr.h
BaseMacros.h
BasicTypes.h
BinaryReader.h
Bind.h
Collections.h
CollectionsCommon.h
CommonChecks.h
CommonExceptions.h
CommonMacro.h
Console.h
Convert.h
CriticalSection.h
DateTime.h
Debug.h
Directory.h
Dns.h
Door.h
EndPoint.h
Event.h
Exception.h
File.h
FileStream.h
HGlobalStream.h
IList.h
Interlock.h
IOCommon.h
IOException.h
IPAddress.h
IPEndPoint.h
IPHostEntry.h
LockObject.h
Math.hpp
Mem.h
MemoryStream.h
MsgThread.h
Mutex.h
NetCommon.h
NetworkStream.h
NullStream.h
Path.h
ScopeLock.h
Socket.h
SocketAddress.h
SocketException.h
Stream.h
String.hpp
StringBuilder.h
System.h
TcpClient.h
TcpListener.h
TimeSpan.h
UdpClient.h
Vector.h
WaitHandle.h
LICENSE
vnFramework.sln
vnFramework.vcproj
tests
AutoPtrTest.h
BasicTypesTest.h
BinaryReaderTest.h
CollectionTest.h
CommonChecksTest.h
CommonExceptionsTest.h
ConsoleTest.h
ConvertTest.h
DateTimeTest.h
DirectoryTest.h
DnsTest.h
EndPointTest.h
ExceptionTest.h
FileStreamTest.h
FileTest.h
HGlobalStreamTest.h
IOExceptionTest.h
IOTest.h
IPAddressTest.h
IPEndPointTest.h
IPHostEntryTest.h
MathTest.h
MemoryStreamTest.h
MemTest.h
NetTest.h
NetworkStreamTest.h
NullStreamTest.h
PathTest.h
SocketExceptionTest.h
SocketTest.h
StreamTest.h
StringBuilderTest.h
StringTest.h
stub_StreamTest.h
SystemTest.h
TcpClientTest.h
TcpListenerTest.h
TimeSpanTest.h
UdpClientTest.h
VectorTest.h