jeudi 27 décembre 2018

How do I create a 2D vector of struct in C++?

My structure is :

struct M {
  int T;
  int D;
  int F;
  int L;
};

So how I create the 2D vector of M ?

Aucun commentaire:

Enregistrer un commentaire