1、添加头文件#include stdio.h和#include windows.h。 2、首先,打开C语言编译器,新建一个初始.cpp文件,例如:test.cpp。在test.cpp文件中,输入C语言代码:bool fun(){ return true;} 编译器运行test.cpp文件,此时打印出了布尔类型函数返回结果的打印结果。 3、typedef unsigned char bool;只要是整型,都可以当做...