diff --git a/DBAppV2.cpp b/DBAppV2.cpp new file mode 100644 index 0000000..f5c880f --- /dev/null +++ b/DBAppV2.cpp @@ -0,0 +1,144 @@ +#include + +using namespace std; + + +void displayMainMenu() +{ + cout<<"***************"<>choice; + cout<<"0. Return to main menu"<>choice; + cout<<"0. Return to main menu"<>choice; + cout<<"0. Return to main menu"<>choice; + cout<<"Boards will be displayed soon"<>choice; + cout<<"0. Return to main menu"<>choice; + cout<<"0. Return to main menu"<>choice; + + switch (choice) + { + case 1: yourAccount(); + case 2: BoardMenu(); + case 3: showMessages(); + case 4: showGroups(); + } +} + + +int main() +{ + cout<<"***************************************"<>choice; + + + if (choice == 1) + { + cout<<"ramera"<