Skip to content
#

cpp-programming

Here are 331 public repositories matching this topic...

MultilayerPerceptron Project is a C++ implementation of a multilayer perceptron capable of classifying handwritten Latin alphabet images with 2 to 5 hidden layers. Built with the MVC pattern and Qt library, it requires C++17, CMake, Qt5 Widgets/Charts, and Google Test library. The program can be customized and features options.

  • Updated May 9, 2023
  • C++

Access comprehensive C++ Data Structures and Algorithms course materials, including code samples, assignments, and homework questions, meticulously curated by Coder Army - Rohit Negi.

  • Updated Apr 20, 2024
  • C++

This program is C ++ console application and will read the file named Numbers.txt when run. This file will 'contain positive numbers between 0-255 on the line and separate the numbers with a space. A doubly circular linked list object will be created for each line in the file. Numbers in order will be read and added to the lists according to the…

  • Updated Aug 18, 2020
  • C++

Employee Management System using C++ is a menu-driven program that allows us to add, update, delete and search records of an employee working in an organization. The program employee management system stores employee ID, name, post, department, and salary of the employee. Initially, it has no data. Thus, we have to add employee records choosing …

  • Updated Oct 1, 2022
  • C++

Improve this page

Add a description, image, and links to the cpp-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpp-programming topic, visit your repo's landing page and select "manage topics."

Learn more