Troubleshooting Tool with Windows Updates (Developed in Dev-C++).
-
Updated
Apr 25, 2023 - C++
Troubleshooting Tool with Windows Updates (Developed in Dev-C++).
Several demos exploring graphical techniques, like rasterization, collision detection, ray picking, ...
A C++ implementation of Circular Linked Lists.
Write a program to count number of smaller elements on right of each element in an array. Given an unsorted array arr[] of distinct integers, construct another array countSmaller[] such that countSmaller[i] contains count of smaller elements on right side of each element arr[i] in array.
An all-in-one phone phreaker tonez player written in C++ for Windows.
The replace all program in C++ programming works to replace the numbers with zero, where the number must be an integer. All the zeros (if encountered) in the given program will be replaced by 1. Ex- number is 12004509 all 0’s are replays of 1’s so number is 12114519.
An OpenGL Dev-C++ project to display graphic of custom-made landscape.
C++ selection sort, insertion sort, bubble sort and merge sort execution time. Demo =>
Space Shooter Game designed in C++. It was developed in Dev-C++ IDE. "graphics.h" file was used for graphics. The gameplay videos of the game are: Arcade Mode: https://drive.google.com/file/d/1eFQgb8W6fB9r6foEHsexnzuMsiV7f2bT/view?usp=sharing Classic Mode: https://drive.google.com/file/d/1hKbCSzDzzLsgkIlqVjr1mSMBZIgGwZSl/view?usp=sharing
Calculator application for simple mathematical operations. Demo =>
I've created files with solutions, named them with their following conventions and order. You can download, copy, and run them on a compiler or software for your information. There are no copyrights attached to these files; they are provided for educational purposes only.
Add a description, image, and links to the dev-cpp topic page so that developers can more easily learn about it.
To associate your repository with the dev-cpp topic, visit your repo's landing page and select "manage topics."