decltypeI have this question but I don't think I fully understood how to use decltype [code]map<int, float>...
Range based for loopThis is what I have so far, not sure if it is correct [code]for (const auto& inner_vec : magic_squa...
Range based for loopHere is what I have so far. [code] for (const auto& <vector<int>> : magic_square) { int sum(0); ...
Range based for loopI am a bit stuck on this question #include <iostream> #include <vector> using namespace std; i...
STLI think I have figured out how to do this now I have to adapt it so it must now find all occurrences...
This user does not accept Private Messages