IO Library

Announce and discuss the progress of your various programming-related projects...programs, games, websites, tutorials, libraries...anything!

Moderators: Pete, Mods

Post Reply
Eclipzer
Newbie
Posts: 9
Joined: Sat Jul 08, 2006 7:01 am
Location: USA
Contact:

IO Library

Post by Eclipzer »

FreeBASIC Input/Output Library

Copyright (c) Quinton Roberts 2005-2006.
+-----------------------------------------------------------------------------------------------+

Program: FreeBASIC Input/Output Library
Version: 0.15
Language: FreeBASIC v0.16b
Author: Eclipzer (Quinton Roberts)
Release: 08-09-06
Update: 08-09-06
Link: http://www.eclipzer.com/libs/iolib_015.zip

+-----------------------------------------------------------------------------------------------+

OVERVIEW

IO library is a support library for FreeBASIC designed to streamline common functions related to input and output. Without solid I/O routines, even the best looking programs tend to suffer from poor user interfaces. They look good but they just don't feel right. They don't have that professional polish. In fact, they feel downright sloppy and almost broken. IO library was developed specifically to address this issue. By creating a simple set of effective IO routines to handle common IO related tasks, IO library allows you to put your focus back where it belongs, on developing your program.

+-----------------------------------------------------------------------------------------------+

FEATURE LIST

IO library features all of the following:

Bitwise Routines
+ Bit Set
+ Bit Return
+ Bit Clear
+ Bit Toggle
+ Bit Get
+ Bit Put

File Routines
+ File Exists
+ File List
+ File Name (return file name from list)

Keyboard Routines
+ Key Status
+ Key Get
+ Key Input

Memory Routines
+ Free Pointer

Mouse Routines
+ Cursor Status
+ Cursor Check (bounding box collision detection)

String Routines
+ Parse (sequentially parses a string)
+ Parameter (returns a selected parameter from a string)
+ Switch (returns a string from a list based on parameter value)

Get your copy here here!

C&C Welcome!

-Eclipzer
bungytheworm
Veteran
Posts: 288
Joined: Sat Feb 18, 2006 4:02 pm

Post by bungytheworm »

Looks cool. Didnt have time to study it more but sounds promising. 8)
Post Reply