Then what function is used for formatted output? Look at my such a program: (the modification to sail2000.cpp in the sail3000 project)
if( !::InitSystem(argc,argv))
{
::CloseSystem();
::printf("\nSystem Source Not Enough!");
return(0);
}
ChPrintf(40,0, WHITE, DARKGRAY, 1, 1,
"*********温馨提示********* "
"用户名--- super 密 码--- ( 空 )");
printf("OK!\n");//Should it be usable under DOS?
::CloseSystem();
printf("before return\n");
return(1);
There are only some necessary frameworks for others, however after this function runs only the screen outputs before return ????
if( !::InitSystem(argc,argv))
{
::CloseSystem();
::printf("\nSystem Source Not Enough!");
return(0);
}
ChPrintf(40,0, WHITE, DARKGRAY, 1, 1,
"*********温馨提示********* "
"用户名--- super 密 码--- ( 空 )");
printf("OK!\n");//Should it be usable under DOS?
::CloseSystem();
printf("before return\n");
return(1);
There are only some necessary frameworks for others, however after this function runs only the screen outputs before return ????
