Is there 'byte' data type in C++?

后端 未结 8 570
耶瑟儿~
耶瑟儿~ 2020-12-04 14:33

If exists is there header file to include?

This code give compilation error:

#include 

using namespace std;

int main()
{
    byte b         


        
8条回答
提交回复
热议问题