Support for unsigned types: byte, word, and long!

Developed or developing a new product in PureBasic? Tell the world about it.
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

Support for unsigned types: byte, word, and long!

Post by matthew180 »

I just added a new library to FishLib: Unsigned. This lib adds support for comparing, multiplying, and dividing unsigned types in PB. It's not as simple as native PB, but it is about as close as we are going to get until Fred adds the new types... Oh, adding and subtracting are already signed/unsigned independant, so just use those operators like normal. Demo included.

http://www.purebasic.org/

Follow the link on the left to FishLib.

Matthew
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

Weldone thanks :)
Thorsten
User
User
Posts: 28
Joined: Sun Apr 27, 2003 2:55 pm
Location: Germany
Contact:

Post by Thorsten »

@matthew180: Nice homepage layout :D
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

Post by matthew180 »

You're Welcome! I figured I did enough bitching about it, that I had better actually *do* something... ;-)

Oh, and the purebasic.org site is actually Karbon's (PB member.) I just put my stuff up there...

Matthew
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

And everyone else is welcome to do the same, just drop me a message or email!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply