first commit
This commit is contained in:
14
Lab3/bank.cpp
Normal file
14
Lab3/bank.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
//bank.cpp
|
||||
|
||||
#ifndef __BANK_CPP__
|
||||
|
||||
#define __BANK_CPP__
|
||||
|
||||
#include "person.h"
|
||||
|
||||
#include "bank.h"
|
||||
|
||||
Cashcard* Bank::makeCashcard(Passport &P) {
|
||||
|
||||
if(&P) {
|
||||
|
||||
Reference in New Issue
Block a user