Skip to content

SORVER/AskMe-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AskMe C++ App

AskMe is a simple C++ console-based application that allows users to ask and answer questions.

Code Structure

The project consists of the following files:

  • main.cpp: The main source code.
  • users.txt: User data storage.
  • questions.txt: Question data storage.

Usage

To use the AskMe app, follow these steps:

  1. Compile the code using a C++ compiler.
  2. Run the compiled executable.
  3. Follow the on-screen instructions to log in, sign up, and use the app.

Features

  • User authentication (login and sign up).
  • Asking questions to other users.
  • Answering questions you've received.
  • Viewing questions sent to you.
  • Viewing questions sent by you.
  • Deleting questions from your inbox.
  • Listing registered users.
  • Viewing a feed of all questions.

...

Compilation and Execution

To compile and execute the program, follow these steps:

g++ main.cpp -o AskMe
./AskMe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages