How to convert tree Int to one Int?


hello,
i converted 3 int:

int = 12;
int b = 10;
int b = 11;

how 3 joined int?
int abc = 101211;

i need please!
thanks!

first of int won't hold number big.

code: [select]

int = 12;
int b = 10;
int c = 11;

long = (a * 10,000l) + (b * 100) + c;




Arduino Forum > Using Arduino > Programming Questions > How to convert tree Int to one Int?


arduino

Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support