variable size datatype(int) in c++
- by goutham
Hello
I want to use a datatype to represent sizes like 3bits or 12bits.. can anyone tell me how can I implement this in c++
and is there any code like this, which can help me define size in bits
int i:3;
thanks in advance ..