Why would you want to initialize your container? Just forget about it you don't need to do that. And your second question, put typedef's outside of the class.
Why would you want to initialize your container? Just forget about it you don't need to do that. And your second question, put typedef's outside of the class.
lyucs (24th August 2009)
You can always do it like this:
Qt Code:
Protocol::Protocol() : list_seconds(0) { ... }To copy to clipboard, switch view to plain text mode
Bookmarks