HadiRezaee
Technical User
Hi all,
I want to use of vector or list continer for adding structure to array, how can i do that ?
For example:
struct myLib
{
.
.
.
} NNN;
vector<myLib> vec1;
vec1.push_back(...);
Is it true ?
I want to use of vector or list continer for adding structure to array, how can i do that ?
For example:
struct myLib
{
.
.
.
} NNN;
vector<myLib> vec1;
vec1.push_back(...);
Is it true ?