Is there 'byte' data type in C++?
If it exists, is there header file to include? This code results in a compilation error: int main() { byte b = 2; // error }