Advertisement
nolog1n

Untitled

Feb 28th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. char type = arr.tuple_arr_type[index];
  2. bool value = 0;
  3.  
  4. int type_index = 0;
  5. for (int i = 0; i < index; i++) {
  6. if (arr.tuple_arr_type[i] == type) {
  7. type_index++;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement