Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/esraa-emary/c-plus-plus-consepts-and-problem-solving
- Owner: esraa-emary
- License: mpl-2.0
- Created: 2024-09-30T07:49:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:24:50.000Z (3 months ago)
- Last Synced: 2025-01-03T17:49:40.596Z (about 1 month ago)
- Topics: cplusplus, cpp, object-oriented-programming, oop, problem-solving, programming
- Language: C++
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.