|
|
|
|
|
by zabzonk
971 days ago
|
|
coming from java you probably don't need all that stuff (and you should already know about constructors). you really need to understand the differences between call/return by value and by reference, and RAII - the rest can be left to the library writers. |
|