diff --git a/a.out b/a.out index f3e06ef..df7d737 100755 Binary files a/a.out and b/a.out differ diff --git a/test.cpp b/test.cpp index 85dca06..a03ae14 100755 --- a/test.cpp +++ b/test.cpp @@ -35,4 +35,6 @@ int main () { engine.createTable("Food", v); engine.updateCmd("Food", "Dinner", "SUCCESS", "Breakfast", "Pancakes"); engine.getTableFromName("Food").display(); + engine.deleteCmd("Food", "Breakfast", "Pancakes"); + engine.getTableFromName("Food").display(); }