View Single Post
  #1   Spotlight this post!  
Unread 03-03-2006, 11:15
koenig3456 koenig3456 is offline
Programming Coach
None #0681 (EARTH Squad)
Team Role: Coach
 
Join Date: Jan 2006
Location: Pennsylvania
Posts: 16
koenig3456 is an unknown quantity at this point
Question Use of printf in WPILib

I am trying to use WPILib on a 2005 Robot Controller. Since it only has 32k of memory, code size is very important. It looks like the CMU camera code uses the printf function and the printf function uses about 3k of memory. Could the code be changed to use the itoa function instead?