Tutorial by Examples

Several Qt Objects and Containers use a concept calles implicit sharing, which can also be refered to as copy-on-write. Implicit sharing means that the classes who use this concept share the same data on initialization. One of these classes to use the concept is QString. QString s1("Hello Wo...

Page 1 of 1