You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Beginner C++ Programs
1
+
# Beginner C++ Programs🧑🏾💻
2
2
3
3
Welcome to the Beginner C++ Programs repository! This collection contains simple console-based C++ programs designed for beginners to help you learn and practice fundamental programming concepts. Whether you're just starting out or looking to refresh your skills, these examples will provide a solid foundation.
4
4
5
-
## Table of Contents
5
+
## Table of Contents😌
6
6
7
7
-[Features](#features)
8
8
-[Getting Started](#getting-started)
@@ -11,29 +11,29 @@ Welcome to the Beginner C++ Programs repository! This collection contains simple
11
11
-[Contributing](#contributing)
12
12
-[License](#license)
13
13
14
-
## Features
14
+
## Features🪶
15
15
16
16
- Simple and easy-to-understand code
17
17
- Covers basic concepts such as loops, conditionals, functions, and user input
18
18
- Well-commented code for better understanding
19
19
- Console applications that can be run in any terminal or command prompt
20
20
21
-
## Getting Started
21
+
## Getting Started🤩
22
22
23
23
To get started with the programs in this repository, you'll need to have a C++ compiler installed on your machine. Some popular options include:
24
24
25
25
-**GCC** (GNU Compiler Collection)
26
26
-**Clang**
27
27
-**Microsoft Visual Studio**
28
28
29
-
### Prerequisites
29
+
### Prerequisites✨
30
30
31
31
Make sure you have the following installed:
32
32
33
33
- A C++ compiler
34
34
- A code editor (e.g., Visual Studio Code, Code::Blocks, or any IDE of your choice)
35
35
36
-
## Programs Included
36
+
## Programs Included💻
37
37
38
38
Here are the console programs included in this repository:
39
39
@@ -46,7 +46,7 @@ Here are the console programs included in this repository:
46
46
47
47
Feel free to explore each program's directory for additional details and comments.
0 commit comments