cplusplus-programming
There are 16 repositories under cplusplus-programming topic.
kishanrajput23/Training-Schedule-Management
This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.
ValentineFernandes/C-
C++ programs
dev-aniketj/Learn-CPlusPlus
Master C++ Programming From Beginner To Advance - C++ Course (Udemy Course)
DibyajyotiBiswal57/Cplusplus-programs
Some C++ programs that I made
eeyribas/TCP-Server-Client-CPP
The repo contains TCP communication Client and Server applications. The applications are coded in the C++ programming language, using C-based libraries. IDEs that compile C/C++ programming languages can be used.
shivagur/Programming-in-Cpp-A-Hands-on-Introduction
All assignments from the 3rd and 4th courses in the "Programming in C++: A Hands-on Introduction Specialization" on Coursera.
eeyribas/Arduino-CANBus-Comm
Contains Arduino CAN-Bus communication applications. For CAN-Bus communication, the MCP2515 and MCP2551 integrated circuits are used alongside Arduino.
jperry82/CS-210-R1791_Progamming_Languages
This repository contains the "GroceryTracker" program from the SNHU Programming Languages course under Dr. Marcello. The program analyzes item purchase frequencies at Corner Grocer to optimize store layout. The project focuses on modularity, data management, and user experience, with potential for enhancements in input handling and UI design.
leloteso/C-plusplus-programming-for-beginners
If you're new to programming, this tutorial will show you how to program from scratch using c++ programming language using a simple example with comprehensive explanations.
eeyribas/Arduino-I2C-Comm
Arduino is an I2C communication application. In this application, I2C communication takes place between the Arduino and the MCP23017 integrated circuit.
eeyribas/Automation-OrderTakingTerminal
The "Automation-OrderTakingTerminal" project consists of two designs: "Automation" and "Order Taking Terminal" device design.
eeyribas/BeagleBone-PRU-SharedMemory-Applications
On the BeagleBone, applications have been created using PRUs with shared memory. With the applications in this repo, you will learn how to use BeagleBone PRUs and how to utilize shared memory.
eeyribas/CPlusPlus-QT-Console-Applications
The repo contains applications coded in C++ Programming Language. The applications are related to topics such as databases, serial port communication, UDP communication, JSON, and threading.
eeyribas/CPlusPlus-QT-Widgets-Applications
The repo contains Qt Widget applications coded in C++. The applications are related to topics such as databases, serial port communication, UDP communication, JSON, and threading.
eeyribas/CPP-STL-Applications
This repository contains Standard Template Library (STL) compliant applications written in C++ Programming Language. The applications are related to topics such as object-oriented programming, TCP communication, serial port communication, file operations, and threading.
eeyribas/UDPCommunication-CPlusPlus-CSharp
Contains includes UDP communication applications in the repository. UDP communication applications have been coded using the C# and C++ programming languages. In UDP communication, C programming language libraries have been used.