Is there a way to change Structured Binding into something else like a traditional loop? [C++]
I am trying to change my code to use something other than structured data as my system does not support the new C++ version. However every time I try to apply a different technique, main one is traditional looping, it either does not work, or gives me an incorrect output.