P
PSN
Hallo Everyone,
I have been struggling with issue since 2 days. I hope soemone can
point me here in the right direction. I have the following situation:
struct stTemp
{
int a;
int b;
stTemp() {...}
stTemp(int _a, int _b) {...}
};
typedef std::list<stTemp> lstTemp;
class myClass
{
private:
int format;
int var;
lstTemp listarrays[10];
public:
myClass(int _a, int _b) : format(_a), var(_b) {}
I have been struggling with issue since 2 days. I hope soemone can
point me here in the right direction. I have the following situation:
struct stTemp
{
int a;
int b;
stTemp() {...}
stTemp(int _a, int _b) {...}
};
typedef std::list<stTemp> lstTemp;
class myClass
{
private:
int format;
int var;
lstTemp listarrays[10];
public:
myClass(int _a, int _b) : format(_a), var(_b) {}