那要格式化输出用什么函数你看我这样一段程序:(在sail3000工程中对sail2000.cpp的改动)
if( !::InitSystem(argc,argv))
{
::CloseSystem();
::printf("\nSystem Source Not Enough!");
return(0);
}
ChPrintf(40,0, WHITE, DARKGRAY, 1, 1,
"*********温馨提示********* "
"用户名--- super 密 码--- ( 空 )");
printf("OK!\n");//存dos下应该能用吧
::CloseSystem();
printf("before return\n");
return(1);
其他的只有一些必要的框架,然而这个函数运行后只屏幕输出before return ???? |
|