Page 1 of 1

sprintf code

Posted: Sun Mar 26, 2006 3:00 pm
by idcarlos
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)

Code: Select all

 sprintf(hints_file, "bygfoot_hints_%s", buf);
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)

Posted: Sun Mar 26, 2006 3:05 pm
by idcarlos
Sorry.

sprintf don't show anything to the console, a mistake with "print" funtion in VB

I'll use g_warning and one C tutorial