Build File (Gui Example 1)
In this article we will explain how to create the build file for Example 1.
In this article we will explain how to create the build file for Example 1.
This article shows the source code for our first example. It is a small C++ program which uses two of the CopperSpice libraries . . .
In software development a toolchain is a group of programs or utilities used to create an application or library for a given computer language.
CopperSpice is a collection of libraries which has classes, methods, and functions to expand the functionality of the standard C++ library. Using CopperSpice with your C++ application simply requires adding some include headers and linking with the appropriate CS library.
Our first article will explain what tools must be installed to use the CopperSpice libraries on your specific platform. The next few articles will cover how to install CopperSpice and then show how to build a simple GUI example.
The intent of this journal is to show a series of short examples to provide C++ developers with a general understanding about how to use the open source CopperSpice libraries.
Article summaries are displayed with the newest one listed first. Our initial article, posted in December 2021, shows how to set up your working environment and then [ more . . . ]