User profile: PacR

User info
User name:PacR
History
Joined:
Number of posts:97
Latest posts:

Read nested structures from file.
Thank you all for your answers, i'm still new to c++ and have so mutch more to learn. For now i will...

Read nested structures from file.
Yes.

Read nested structures from file.
I want to print dataBlock like this: [code] int i2 = 1; for(std::list<datablock*>::iterator...

Read nested structures from file.
Hi guyz im having trouble reading structures from text file containing: [code] // this is exampl...

Help with iterator
Thank all you for replies. Thank you jonnin. That fixed it. Also looks like i'm blind.