Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esraa-emary/c-plus-plus-consepts-and-problem-solving

Cplus Plus Code (C++ Consepts and Problem Solving)
https://github.com/esraa-emary/c-plus-plus-consepts-and-problem-solving

cplusplus cpp object-oriented-programming oop problem-solving programming

Last synced: about 1 month ago
JSON representation

Cplus Plus Code (C++ Consepts and Problem Solving)

Awesome Lists containing this project

README

        

# C++ Consepts and Problem Solving
### Correct Sentence :
It is a program that ask you to enter a sentence to handle its spaces.
### Get Primes :
It is a program that ask you to enter a positive integer number and print prime numbers from 2 to this number.
### Game Of Dominos :
It is a program that ask you to enter number of dominos then enter left and right number for each domino then (if it is possible) to make a chain with dominos it makes it and print it otherwise it print no.
### Message Altering To Avoid Censorship :
It is a program that ask you to enter file name then it will replace some words in it (if exist) with other words then return them in the file.