TC编译完了CPU的性能是100%吗?
以前一直用VC++,今天下了个WIN-TC1.91,装上了,运行下面的程序
#include "stdio.h"
#include "conio.h"
main()
{
puts("Hello, world");
getch();
return 0;
}
CPU性能显示100%,你们也是这样吗?
以前一直用VC++,今天下了个WIN-TC1.91,装上了,运行下面的程序
#include "stdio.h"
#include "conio.h"
main()
{
puts("Hello, world");
getch();
return 0;
}
CPU性能显示100%,你们也是这样吗?