[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
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2006-08-09T04:39:10-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/1625 2006-08-09T04:39:10-05:00 2006-08-09T04:39:10-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=12326#p12326 <![CDATA[IO Library]]>

Statistics: Posted by bungytheworm — Wed Aug 09, 2006 4:39 am


]]>
2006-08-09T03:19:29-05:00 2006-08-09T03:19:29-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=12325#p12325 <![CDATA[IO 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

Statistics: Posted by Eclipzer — Wed Aug 09, 2006 3:19 am


]]>