User profile: Dzoni

User info
User name:Dzoni
History
Joined:
Number of posts:7
Latest posts:

Initialization of static array
OK, so there is no quicker way, if i have array of 100 i need to write it 100 times?

Initialization of static array
No, i need array of pointers to IVTEntry, how can i set all 16 pointers to NULL at begining [code]...

Initialization of static array
Hi, how should i do initialization for static array in H file i have [code]static IVTEntry *entrie...

problem with DESTRUCTOR
aaaaaaaaaaaaaaaaaa sorry for stupid question, and thx

problem with DESTRUCTOR
Hi, problem is that in main i have only constructor and destructor of one Queue (it stays empty) but...