In my previous posts here and here I showed how to create a simple application which uses Document/View framework. Now…
June 24th, 2008 -- the wxWidgets team is pleased to announce a new wxWidgets release. wxWidgets is a mature, open…
This wxJSON release adds support for 64-bits integers on those platforms that have native support for it such as, for…
При работе с потоками часто приходится делать кучу однотипных задач: создавать класс, производный от wxThread, реализовывать метод Entry() для этого…
This release adds the 'copy-on-write' feature to the copy ctor and assignment operator of JSON value class. Note that this…
Today we’ll dig a little bit deeper into Document/View framework provided by wxWidgets and will see how to create a…
A few weeks ago, working on TIFF viewer software, I realized that many developers, who use wxWidgets in their work,…
wxWidgets находится в процессе работы над улучшением документации - мигрирации из текущей системы, основанной на LaTeX, в Doxygen (используя отдельный…
Сегодня вашему вниманию предлагается статья Cosm'а о том, как собрать и настроить среду разработки Code::Blocks под FreeBSD. В этой статье…
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is…