An open API service indexing awesome lists of open source software.

https://github.com/samyam81/normie-cpp

This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
https://github.com/samyam81/normie-cpp

backtracking-algorithm cpp credit-card employee-management-system readme soduku-solver student-management-system

Last synced: 9 months ago
JSON representation

This repository contains several sub-repositories, each showcasing different projects and implementations in C++.

Awesome Lists containing this project

README

          

# Normie-Cpp

Welcome to the Normie-Cpp repository! This repository contains several sub-repositories, each showcasing different projects and implementations in C++.

## Sub-repositories:

### Credit-Card-Validator

- **Description**: This sub-repository contains a C++ implementation of a credit card validator.
- README.md: Provides information about the project, its usage, and implementation details.
- NormieMain.cpp: Source code for the credit card validator.

### Employee-Management-System

- **Description**: This sub-repository contains an employee management system implemented in C++.
- README.md: Details about the employee management system, including functionalities and usage.
- Employee.cpp: Source code for the employee management system.

### Sudoku-Solver

- **Description**: This sub-repository contains a C++ implementation of a Sudoku solver.
- README.md: Information on the Sudoku solver project, its algorithm, and how to use it.
- Main.cpp: Source code for the Sudoku solver.

### Student-Management-System

- **Description**: This sub-repository contains an Student management system implemented in C++.
- README.md: Details about the Student management system, including functionalities and usage.
- Student.cpp: Source code for the Student management system.