2e.wxWidgets – Date and Time

December 11, 2021 amit 1

OVERVIEW wxWidgets provides powerful date and time management functions like formatting time strings, handling time zones and doing time calculations. SAMPLE CODE datetime.cpp The output […]

2d.wxWidgets – Platform Info

December 11, 2021 amit 1

OVERVIEW These are predefined functions which retrieve various information about the current system. SAMPLE CODE platform.cpp The output is given below: /home/amit ubuntu-amit amit Linux […]

2c.wxWidgets – Process Control

December 11, 2021 amit 1

OVERVIEW wxWidgets provides various functions to interact with the OS and call other applications. wxShell() is used to run OS level commands. wxExecute() can also […]

2b.wxWidgets – wxString

December 11, 2021 amit 1

OVERVIEW Strings are used in every application so the wxString class is something which will be used very often. Given below is code which shows […]

2a.wxWidgets – console

December 11, 2021 amit 1

OVERVIEW The two most common ways of displaying anything out on the console is by using wxPuts() and wxPrintf() . wxPuts() prints a string value […]

1.wxWidgets – Introduction

December 10, 2021 amit 0

OVERVIEW wxWidgets along with Qt are the two most popular cross-platform GUI libraries for C++. wxWidgets has been ported to other languages as well like […]