How can you return something containing unique_ptr?Hi. I've been trying out the "new" (new to me, even though it's now 4 years old) C++11 stuff, spe...
Does it "break OO" to use struct instead of class here?@darkestfright: The gist of the question, though, and perhaps I didn't get this across right, was wh...
Does it "break OO" to use struct instead of class here?Yeah, what I mean is when are the appropriate circumstances to choose the all-public, no-functions t...
Does it "break OO" to use struct instead of class here?So what would be some good guidelines for when something should be a struct with public members and ...
Does it "break OO" to use struct instead of class here?@BlackSheep: But they do contain their list of edges, which can be used to traverse the graph (get a...
This user does not accept Private Messages