View Single Post
Old 04-18-2003, 07:23 PM   #2 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
part one, i have no idea what you're talking about without seeing the code. but my guess is that you have not declared Visit() before your main function. try putting a function prototype near the top of your file (above main())

two, if i understand correctly what you mean is that you want to fprintf to a variable. you should look at sprintf()
joe_bruin is offline   Reply With Quote