Structures and for loopThank you... problem was <=
Structures and for loop[code]#include <iostream> #include <string> #include <vector> using namespace std; struct Thing { ...
Structures and for loopEdit: When i add more int than one in "struct" I get this error: Warning C26495 Variable 'Thing::num...
Structures and for loopThanks guys, I did it <3
Structures and for loopHmm, do you have any example where I can see how to declare that properly... Like i know how to make...