User: tonnot

  • Public profile

User profile: tonnot

User info
User name:tonnot
History
Joined:
Number of posts:335
Latest posts:

What container is the best to manage XML data?
Imagine I have xml data : <tag> value</tag> etc .... <othertag> value value2 value_n </othertag> e...

How access to a method of base class of a superclass inside a class....
Because I'm going to use class A for other clases that not need class Z. I dont want A to inheritate...

How access to a method of base class of a superclass inside a class....
I have : Class A Class B : extending A and Z Class C : extending A and Z ... Class M : extending A...

c++ rdbuf()->pubsetbuf for a stream, using a char buffer. I have no data in it
Maybe can exist a better solution, but this is what I have: [code] mybuffer = new char[265536]()...

Is there any other way to call non const function from const function rather than make mutable some elements ?
thanks coder, but I'm affraid you answer to another question....

This user does not accept Private Messages