S
sara
Hi All,
I want to define a list containing pairs of integers. I tried to
define the list as following:
list <int[2][1]> l;
But I could not use it because of compile error. Instead I used the
predefine std:
air class and construct a list of pair. I wonder is my
approach efficient enough? Is there any other way which is more
efficient?
Thanks,
Sara.
I want to define a list containing pairs of integers. I tried to
define the list as following:
list <int[2][1]> l;
But I could not use it because of compile error. Instead I used the
predefine std:
approach efficient enough? Is there any other way which is more
efficient?
Thanks,
Sara.