Skip to content

OsemaFadhel/Cpp-ReadMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Cpp-ReadMe

All links to the projects

This repository contains some easy projects I did to learn C++ as a beginner.

All projects are numbered by first made. (Follow the exercises in order to learn better).

Number Project Language
01 Variables and BasicDataTypes C++
02 Typedef and Type aliases C++
03 Typeconversion C++
04 User input C++
05 Math related functions C++
06 Hypotenuse calculator practice program C++
07 If statements C++
08 Switches C++
09 Console Calculator program C++
10 Ternary operator C++
11 Logical Operators C++
12 Temperature conversion program C++
13 Useful String Methods C++
14 While loops- Do While Loops C++
15 For Loops C++
16 Break and Continue C++
17 Nested Loops C++
18 Random event generator C++
19 Number Guessing game C++
20 Using defined functions C++
21 Return keyword C++
22 Overload functions C++
23 Variable scope C++
24 Banking Practice program C++
25 Rock Paper Scissor game C++
26 Arrays C++
27 Size of operator C++
28 Iterate over an array C++
29 Foreach Loop C++
30 Pass array to function C++
31 Search array for an element C++