Linux QT OpenCL basic setup - by user310780 Hi, what's the basic setup for Linux to compilie a C/C++ examples from OpenCL SDK? Read the article
How to uncompress in QT/C++ the data compressed in PHP (gzcompres) - by user310780 I have a compressed string written by PHP gzcompress($string) I need to read it with QT on C++. Any help is very appreciated! Read the article
How to uncompress in QT the data compressed in PHP (gzcompres) - by user310780 I have a compressed string written by PHP gzcompress($string) I need to read it with QT. Any help is very appreciated! Read the article
Basic MCrypt string encryption with password implementation in C++ - by user310780 What is the basic setup on the subject? Let say I have a QByteArray, and I need to encrypt it with simple password. And then decrypt it in another piece of code Just a very simple setup Read the article