[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • IO Library
Page 1 of 1

IO Library

Posted: Wed Aug 09, 2006 3:19 am
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

Posted: Wed Aug 09, 2006 4:39 am
by bungytheworm
Looks cool. Didnt have time to study it more but sounds promising. 8)