programming languages - design principles,
implementation constructs
c++
-
abstraction mechanisms: classes and operator overloading
-
class/object construction - operator overloading
-
V - [ vector class with OCCF and operator overloading ]
-
make.v_00
-
v_00.cpp
test function [ class/object use ]
-
V.h
[ class interface ]
-
V.cpp
- [ class implementation ]
-
make.v_01
-
v_01.cpp
test function [ class/object use with non-member function ]
-
make.v_02
-
v_02.cpp
test function [ class/object use with non-member function ]
-
v_03.cpp
test function [ class/object use with non-member function ]
1 |
basic facilities
<<
3
>>
class derivation
| 5
| 6
| 7
| 8