Index of /~TDDD38/exercises/Smart_Pointer/src/Step_2

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2015-02-11 11:06 820  
[TXT]README2015-02-11 11:06 414  
[   ]smart_pointer-test-compare.cpp2015-02-11 11:06 2.9K 
[   ]smart_pointer.cpp2015-02-11 11:06 866  
[TXT]smart_pointer.h2015-02-11 11:06 2.3K 

Smart pointer I, Step 2
-----------------------

Code have been divided into two files, smart_pointer and smart_pointer.cpp. 
Some member functions are still defined "inclass".

Operators for negation (!), equality (==) ineequality olikhet (!=) have been
added.

The operators for equality and inequality are overloaded to compare two smart 
pointers, or a smart pointer and a raw pointer, of corresponding types.