小编Vak*_*kho的帖子

C++结合了3个整数

我需要从一些Area eq加入3个整数

int sens1[]= {11,22,13,66,2};

int x= ?? // and here i need to join sens1[0], sens1[1] and sens1[2] 
          // so the X to be=112213 not like char, like integer value
Run Code Online (Sandbox Code Playgroud)

c++ arrays integer join concatenation

-5
推荐指数
1
解决办法
112
查看次数

标签 统计

arrays ×1

c++ ×1

concatenation ×1

integer ×1

join ×1