-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BurnSoft edited this page Aug 13, 2017
·
4 revisions
Welcome to the BurnSoftUniversal wiki!
A variety of subs and function used for iOS or OSx application that were commonly used
| Class Name | Description |
|---|---|
| BurnSoftGeneral.h | The BurnSoftGeneral Class has a number of Misc Subs and Functions that is mostly used for format strings, numbers, convert, even currently some file operations |
| BurnSoftMath.h | The BurnSoftUniversal/BurnSoftMath.h class is the section that will contain any sort of math related functions, everything from add, delete, subtract, multiply, get average, etc. Some of the functions are being passed strings and returning it as a string or a number. This was also because of some of the data that might get passed in from the database. |
| DBManager.h | Simple Database operations using SQLITE |
| BurnSoftFileSystem.h | The BurnSoftFileSystem.h Contain a number use file operation functions |
| BurnSoftFormFunctions.h | The BurnSoftFormFunctions.h contains border formats and Alert Message Box, mostly used for iOS apps. |