wxPdfDocument allows wxWidgets applications to generate PDF documents. The code is a port of FPDF - a free PHP class for generating PDF files - to C++ using the wxWidgets library. Several add-on PHP ...
The Embedded Multicore Building Blocks (EMB²) are an easy to use yet powerful and efficient C/C++ library for the development of parallel applications. EMB² has been specifically designed for embedded ...
Choosing a Java framework is not about which one is best, it's about accepting their tradeoffs of stability, flexibility and complexity. Here's how to evaluate each vs. your needs. Continue Reading ...
If you work with multiple images, cropping them all individually to the exact same size can be a real pain. Perhaps you have a batch of 30 images and they all need the same watermark. In either case, ...
Premature optimization may be the root of all evil, but these tools will make sure your code is clear, clean and secure. Testing your application before shipping is an important part of the ...