|
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()
|