User Tools

Site Tools


cpp:object_lifecycle

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:object_lifecycle [2020/04/08 14:46] – [Παράδειγμα αρχικοποίησης δεικτών] gthanoscpp:object_lifecycle [2020/04/12 16:01] gthanos
Line 9: Line 9:
 #include <iostream> #include <iostream>
 using namespace std; using namespace std;
-#include "Rectangle.cpp"+#include "Rectangle.hpp"
  
 void foo(void) { void foo(void) {
Line 33: Line 33:
 #include <iostream> #include <iostream>
 using namespace std; using namespace std;
-#include "Rectangle.cpp"+#include "Rectangle.hpp"
  
 Rectangle* foo(int w, int h) { Rectangle* foo(int w, int h) {
cpp/object_lifecycle.txt · Last modified: 2021/05/07 06:35 (external edit)