Astrinus
Astrinus
`mysql.h` from MySQL Connector/C 6.1 includes `winsock2.h`, so when including `soci/soci-mysql/soci-mysql.h` an enormous number of errors are spit out by MSVC because of conflicting declarations.
Yes, I know that MySQL is ashamingly dropping the fractional part and that Firebird/Interbase isc_* do not support exchange of fractional seconds, even if Interbase DOES support them (in fact,...
Could session constructors of the form `session({std::string, backend_factory} backend, std::string user, std::string password, std::string host = "127.0.0.1", uint16_t port = )` make sense, in order to switch DBMS even more...
I'm trying to work with Matlab binary files, whose format is described in this PDF: https://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf The format can be little endian or big endian, depending if bytes 126-127 (0-based)...
CMake-generated solution fails building with "undefined interface" error by moc when processing color_preview_plugin.hpp
I have an experience which ends in 2014 (specifically december) and the next one starts in 2015. Without cheating with the start year (putting 2014 instead of 2015), there is...