User profile: nniks19

User info
User name:nniks19
History
Joined:
Number of posts:6
Latest posts:

Structures and for loop
Thank you... problem was <=

Structures and for loop
[code]#include <iostream> #include <string> #include <vector> using namespace std; struct Thing { ...

Structures and for loop
Edit: When i add more int than one in "struct" I get this error: Warning C26495 Variable 'Thing::num...

Structures and for loop
Thanks guys, I did it <3

Structures and for loop
Hmm, do you have any example where I can see how to declare that properly... Like i know how to make...