Skip to content

This repository contains a C++ project designed to help me get a solid understanding of C++ as a beginner. The project includes various features such as user management, file I/O, and exception handling. It demonstrates the use of classes and pointers.

Notifications You must be signed in to change notification settings

sain0136/cplus-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cplus-project

Table of Contents

Introduction

Welcome to the cplus-project! This project is designed to help me get a basic understanding of C++ programming by implementing a simple yet comprehensive application. The project includes various C++ features such as classes, file I/O, exception handling, and more.

Project Structure

The project is organized into several directories to maintain a clean and manageable codebase:

Features

  • User Management: Create and manage user profiles.
  • File I/O: Save and load user data from files.
  • Exception Handling: Robust error handling to ensure smooth operation.
  • Interactive Console: User-friendly console interface for interaction.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sain0136/cplus-project.git
    cd cplus-project
  2. Open the project in Visual Studio Code:

    code .
  3. Build the project and run:

    g++ -Iinclude -o mainProgram src/*.cpp
    ./mainProgram

About

This repository contains a C++ project designed to help me get a solid understanding of C++ as a beginner. The project includes various features such as user management, file I/O, and exception handling. It demonstrates the use of classes and pointers.

Resources

Stars

Watchers

Forks

Languages