Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

wxWidgets

Setting up wxWidgets Environment for Visual Studio

July 28, 2022 amit 0

OVERVIEW In another blog post, we saw Setting up wxWidgets Environment for C++ in Windows 10 without having to use Visual Studio. The main problem […]

13h. wxWidgets – Interprocess Communications

February 17, 2022 amit 0

OVERVIEW Interprocess communication is useful when two programs need to communicate with each other. There are already existing networking protocols like TCP/IP, HTTP, FTP which […]

13g. wxWidgets – Archive Formats

February 14, 2022 amit 0

OVERVIEW wxWidgets provides support for reading and writing the following archive formats: zip, tar and zlib. Of these, the zip format is the most commonly […]

13f. wxWidgets – Regular Expressions

February 10, 2022 amit 0

OVERVIEW Regular expressions is a very complex subject and it is used in a lot of languages. We cannot go into the details of how […]

13e. wxWidgets – Persistent Objects

February 9, 2022 amit 0

OVERVIEW Persistent objects are widgets in wxWidgets which have the ability to save and restore their visual state between different program invocations. For instance, if […]

13d. wxWidgets – wxConfig Usage

February 7, 2022 amit 0

OVERVIEW The purpose of config classes in wxWidgets is to store various information and data which can be retrievable later on. Config data can be […]

13c. wxWidgets – Multithreading

February 5, 2022 amit 0

OVERVIEW Multi-threading is a complex topic and it requires a good amount of usage before one can get familiar with it. Here we are only […]

13b. wxWidgets – Stream Classes

January 31, 2022 amit 0

OVERVIEW In this section we look at stream classes. wxWidgets has a good number of stream classes for raw input, output, file handling, text handling […]

13a. wxWidgets – Character Buffer

January 29, 2022 amit 0

OVERVIEW Character buffers are used to store buffers in memory for further processing or transferring to other objects. wxWidgets has wxMemoryBuffer which deals with raw […]

13.wxWidgets – Non-GUI Objects and Classes

January 29, 2022 amit 0

OVERVIEW In this section, we look at some secondary objects and features available in wxWidgets which are not actually connected with GUI creation. However they […]

Posts navigation

1 2 … 8 »
  • Amazing Technology
  • Android Dev
  • Apache/PHP
  • ASP.NET
  • Audio
  • AWS
  • Book Downloads
  • Books
  • Business
  • C#
  • C/C++
  • Computer Science
  • FreeBSD Unix
  • Get the right Job
  • HTML
  • Java
  • Javascript/Jquery
  • Linux
  • Maps
  • MIDI Programming
  • Misc
  • MongoDB
  • MS SQL Server
  • MySQL
  • MySQL
  • NginX
  • Node.JS
  • Objective C
  • OpenCV
  • Powershell
  • Programming
  • Python
  • Slideshow
  • Strategy
  • Tools And Components
  • Tutorials
  • Uncategorized
  • Useful Lists
  • VC++
  • Web Designing
  • WebRTC
  • Windows
  • WWW Stuff
  • wxWidgets
  • Xcode & Swift
  • YouTube API With PHP

Copyright © 2023 | WordPress Theme by MH Themes