When I use the PrintToScreen function provided in the WPI library it prints out hexadecimal values, is there any way to make it print in decimal?
This is the code I'm using:
Code:
PrintToScreen ( "%ld\n" , temp ) ;
"temp" is a long.
I thought that "%ld" was the correct value to put in for a long? What am I doing wrong?
Thanks,
Nathan