Hey guys, been a while since I posted :) Hope everyone is doing alright!
I have a problem :p I'm trying to port aochat (found here http://aocchat.googlecode.com/svn/trunk/AOChat.php) which is a php class that makes it possible to communicate with Age of Conan chat servers.
Problem is, the class I'm trying to port relies heavily on the bcmath lib that's builtin to php. There's a page here explaining what bcmath is: http://mgccl.com/2007/01/26/introduction-to-bcmath
Does anyone know if there's libraries available for blitzmax to perform similar operations such as bcadd, bcmod etc.? I'm by no means a math geek, so it's impossible for me to understand the concepts, sadly.
I have a problem :p I'm trying to port aochat (found here http://aocchat.googlecode.com/svn/trunk/AOChat.php) which is a php class that makes it possible to communicate with Age of Conan chat servers.
Problem is, the class I'm trying to port relies heavily on the bcmath lib that's builtin to php. There's a page here explaining what bcmath is: http://mgccl.com/2007/01/26/introduction-to-bcmath
Does anyone know if there's libraries available for blitzmax to perform similar operations such as bcadd, bcmod etc.? I'm by no means a math geek, so it's impossible for me to understand the concepts, sadly.