Adding 4th assignment - Simple Search

This commit is contained in:
Christopher Sanden
2025-11-01 17:29:11 +01:00
parent 48a478acac
commit 4c6e3d0905
10 changed files with 5982 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#ifndef SIMPLESEARCH_FCOMPAREACCOUNT_H
#define SIMPLESEARCH_FCOMPAREACCOUNT_H
#include "TBankAccount.h"
using FCompareAccount = bool (*)(TBankAccount* account, void* searchKey);
#endif //SIMPLESEARCH_FCOMPAREACCOUNT_H