Fooling around with design patterns in C++
cpp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Denes Matetelki 0c977dec30
.gitignore refactor
12 years ago
build Linking lib to mysqlclient 12 years ago
include new class: TimedTcpConnection. And SslConnection now uses it instead of TcpConnection. 12 years ago
other script to compile standalone binaries 12 years ago
src new class: TimedTcpConnection. And SslConnection now uses it instead of TcpConnection. 12 years ago
test refactoring test/test_Message.hpp 12 years ago
.gitignore .gitignore refactor 12 years ago
CMakeLists.txt MysqlClient class. TToStr, StrToT templates. CMakeLists update to run the tests. 13 years ago
README README added 14 years ago
SConstruct first scons try 13 years ago
doxyfile SocketConnection refactored to Connection 13 years ago

README

Having fun with design patterns in CPP, pthread wrapper and other util classes.