View Single Post
Old Aug 8th, 2008, 2:48 PM   #7
rhish.franks
Programmer
 
Join Date: Feb 2008
Location: India
Posts: 58
Rep Power: 1 rhish.franks is on a distinguished road
Re: syntax error before printf

Would like to say same as said by jessehk. And also would like to say that start using arrays instead of defining those all floats from a to i. float a[] = {0.5,0.5,3.5,3.75,......};
rhish.franks is offline   Reply With Quote