t6963 c library

Hi
first of all said that im a newbie in arduino and c++ .
Im making an onboard computer for my motorbike ,and im having some problems with this library
in liquid crystal you can use a function called "lcd.print();" and you can print integers ,floats ,etc
but in the t6963c the only way i found to print my variables is converting to string first .
This is a link to the library to see if you can find someway to print variables in my glcd without converting first to string

http://code.google.com/p/arduino-t6963c/source/browse/T6963_Lib/T6963.cpp?r=56f1a8fc38ea04d3820c6b01c63b8c66496f1ec6

Welcome in arduino land ...

google for sprintf, itoa and itof functions ... they might help you

Thanks , i will