Repository navigation
dev-cpp
- Website
- Wikipedia
Troubleshooting Tool with Windows Updates (Developed in Dev-C++).
A very tiny C++ IDE powered by Angular and Electron
Several demos exploring graphical techniques, like rasterization, collision detection, ray picking, ...
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.
Given an array A[], write a program that segregates even and odd numbers. The program should put all even numbers first, and then odd numbers.
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.
Given an unsorted array of nonnegative integers, find a continuous sub-array that adds to a given number.
An OpenGL Dev-C++ project to display graphic of custom-made landscape.