User Tools

Site Tools


cpp:copy_constructors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cpp:copy_constructors [2022/05/12 18:57] – [Κατασκευαστές Αντιγραφείς] gthanoscpp:copy_constructors [2022/05/12 18:58] – [Ορισμός ενός κατασκευαστή αντιγραφέα] gthanos
Line 109: Line 109:
     int getHeight();     int getHeight();
 }; };
 +</code>
 +
 +<code cpp Rectangle.cpp>
 +#include "Rectangle.hpp"
  
 Rectangle::Rectangle(int w, int h) { Rectangle::Rectangle(int w, int h) {
cpp/copy_constructors.txt · Last modified: 2022/05/12 19:41 by gthanos