Hi! I can't figure out what's wrong with this very stupid code: when I try to compile it, that's what I get:
jacopo@jacopo-laptop:~/Documenti/C++ Prove$ g++ DistribCarte.cpp -o DistribCarte/tmp/ccl0QGgB.o: In function `main':
DistribCarte.cpp:(.text+0x15): undefined reference to `DeckOfCards::DeckOfCards()'
DistribCarte.cpp:(.text+0x21): undefined reference to `DeckOfCards::shuffle()'
DistribCarte.cpp:(.text+0x32): undefined reference to `DeckOfCards::~DeckOfCards()'
DistribCarte.cpp:(.text+0x47): undefined reference to `DeckOfCards::~DeckOfCards()'
collect2: ld returned 1 exit status