moylty / DejaBrewPOS

Task 6: Developing Software & Programming Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DejaBrewPOS

Task 6: Developing Software & Programming Project

Part 1: Basic POS System

This version will be a simple console application with just the basic functionality of the program.

Part 2: Improved POS System

This version will be the same as part 1 but will use a GUI library, rather than just text. I will probably use a cross-platform library for this rather than regular Windows GUI stuff, not just because it will allow me to make binaries for Windows and Linux, but also because I just HATE developing on Windows.

I was considering using either GTK or imgui, but ultimately I decided on using Qt. Qt is better cross-platform compared to GTK, as well as being easier to set up for Windows development. Imgui seemed too complicated, especially for the relatively simple program I was going to make with it.

Qt allows me to develop and compile my code on my Linux PC, and then cross-compile it into a Windows binary.

Part 2: Qt

Here is a screenshot of the finished version:

Screenshot

About

Task 6: Developing Software & Programming Project

License:MIT License


Languages

Language:C++ 39.8%Language:Makefile 35.5%Language:C 23.7%Language:QMake 1.0%