sprintf code
Posted: Sun Mar 26, 2006 3:00 pm
Hi.
In the source code I can see some sprintf sentences that I not see in the console window.
For example in the funcion file_load_hints_file(void)
Can you explain (remember that I'm a VB programmer) who see this sentences?
It's the better way to see how works bygfoot without debbug (I can't debbug under C::B, maybe I need to reinstall Devcpp)
In the source code I can see some sprintf sentences that I not see in the console window.
For example in the funcion file_load_hints_file(void)
Code: Select all
sprintf(hints_file, "bygfoot_hints_%s", buf);
It's the better way to see how works bygfoot without debbug (I can't debbug under C::B, maybe I need to reinstall Devcpp)