Code Monkey home page Code Monkey logo

askme-project's Introduction

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

askme-project's People

Contributors

sorver avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.