User: QueenJJ

  • Public profile

User profile: QueenJJ

User info
User name:QueenJJ
History
Joined:
Number of posts:15
Latest posts:

decltype
I have this question but I don't think I fully understood how to use decltype [code]map<int, float>...

Range based for loop
This is what I have so far, not sure if it is correct [code]for (const auto& inner_vec : magic_squa...

Range based for loop
Here is what I have so far. [code] for (const auto& <vector<int>> : magic_square) { int sum(0); ...

Range based for loop
I am a bit stuck on this question #include <iostream> #include <vector> using namespace std; i...

STL
I 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