This slide contains programs intended for an exercise about similarities and differences between C++ / C# object allocation, access, and parameter passing
The C# Point class.
A C# client class of class Point.
A C# client class of class Point - with comments that reveal the output.
Use of class Point in C++
The C++ Point class - a header file.
The C++ Point class - the cc file.
The C++ client program with pointers - free store allocation.
The C++ client program with pointers - stack allocation.
The C++ client program with references.
The C++ client program with Point value semantics.