diff --git a/DBApp.cpp b/DBApp.cpp index cb9dc19..50c8918 100755 --- a/DBApp.cpp +++ b/DBApp.cpp @@ -37,4 +37,4 @@ int main() } } -*/ \ No newline at end of file +*/ diff --git a/DBAppV2.cpp b/DBAppV2.cpp new file mode 100644 index 0000000..a66537a --- /dev/null +++ b/DBAppV2.cpp @@ -0,0 +1,125 @@ +#include + +using namespace std; + + + +void yourAccount() +{ + cout<<"name: yourName"<>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"<