Index of /~TDDD38/lecture/examples/raii

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Connection.h2015-09-23 17:39 2.4K 
[TXT]Network.h2015-09-23 17:39 1.5K 
[TXT]README2015-09-23 17:41 281  
[TXT]network.c2015-09-23 17:39 842  
[TXT]network.cc2015-09-23 17:39 542  

Network.h:    A mock library for handling network connections is given in a c-style code
network.c:    Makes use of this library in a c-style
Connection.h: Classes for wrapping the c-library in an exception safe and easy to use way
network.cc:   Uses the classes from Connection.h