Skip to content

Releases: rpoisel/BaseProgram

First release that supports reading multiple types of data

01 Oct 11:19

Choose a tag to compare

This release is not yet production ready. It contains methods which allow users to create a dialog that requests users of their program to enter different types of data.

Implemented methods:

  • readInt()
  • readDouble()
  • readChar()
  • readString()

First release with binaries

30 Sep 08:38

Choose a tag to compare

Pre-release

This release is not yet production ready. It only contains a readInt() method which allows users to create a dialog that requests users of their program to enter a number.