Skip to content

Commit

Permalink
Added Image Assets till Day 03
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed May 28, 2024
1 parent 18e082e commit e3417cd
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/day-01/getting-started-with-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ TASK:
1. Installation Process Step By Step
2. How to run a CPP program
3. How to compile a CPP program

IMAGE FILE:
![30-days-of-cpp-introduction](../../static/img/day-01/get-started-with-cpp.png)
2 changes: 2 additions & 0 deletions docs/day-01/history-of-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Welcome to the world of C++ programming! C++ is a powerful and versatile program

C++ is an extension of the C programming language with added features such as object-oriented programming (OOP) capabilities. It provides a robust set of tools and allows low-level memory manipulation while also supporting high-level abstractions. Known for its efficiency and performance, C++ is often chosen for applications that require speed and resource management.

![30-days-of-cpp-introduction](../../static/img/day-01/history-of-cpp.png)

## Key Features of C++

### Object-Oriented Programming (OOP)
Expand Down
2 changes: 2 additions & 0 deletions docs/day-01/introduction-to-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import CustomTag from '@site/src/components/TagsComponents/CustomTag';

Welcome to the world of C++ <CustomTag bgcolor="#e9eaff">programming </CustomTag> programming! C++ is a powerful and versatile programming language widely used for developing various applications, ranging from system software, games, and embedded systems to high-performance applications.

![30-days-of-cpp-introduction](../../static/img/day-01/introduction-to-cpp.png)

## What is C++?

C++ is an extension of the C programming language with added features such as object-oriented programming (OOP) capabilities. It provides a robust set of tools and allows low-level memory manipulation while also supporting high-level abstractions. Known for its efficiency and performance, C++ is often chosen for applications that require speed and resource management.
Expand Down
5 changes: 4 additions & 1 deletion docs/day-02/comments-in-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ TASK:
4. Types of comments in C++
i. Single Line Comment
ii. Multi Line Comment
iii. Documentation Comment
iii. Documentation Comment

IMAGE FILE:
![comment-in-cpp](../../static/img/day-02/comment-in-cpp.png)
3 changes: 3 additions & 0 deletions docs/day-02/first-cpp-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ TASK:
2. Output of the program.
3. Explain the code line by line.
4. Explain Basic Structure of C++ Program.

IMAGE FILE:
![first-programme-in-cpp](../../static/img/day-02/first-program.png)
5 changes: 4 additions & 1 deletion docs/day-02/keywords-identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ TASK:
4. List of Keywords in C++
5. Rules for defining Identifiers in C++
6. Examples of Identifiers in C++
7. Difference between Keywords and Identifiers in C++
7. Difference between Keywords and Identifiers in C++

IMAGE FILE:
![keywords-and-identifiers-in-cpp](../../static/img/day-02/keywords-in-cpp.png)
5 changes: 4 additions & 1 deletion docs/day-03/cpp-type-modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ TASK:
7. long long type Modifier
8. short int type Modifier
9. long int type Modifier
10. long double type Modifier
10. long double type Modifier

IMAGE FILE:
![Type Modifiers in CPP](../../static/img/day-03/type-modifiers-in-cpp.png)
5 changes: 4 additions & 1 deletion docs/day-03/datatypes-in-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ TASK:
2. C++ Fundamental Data Types
3. Examples of Data Types in C++
4. C++ Modified Data Types List
5. Derived Data Types in C++
5. Derived Data Types in C++

IMAGE FILE:
![Type Modifiers in CPP](../../static/img/day-03/datatypes-in-cpp.png)
3 changes: 3 additions & 0 deletions docs/day-03/variables-literals-constant-in-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ TASK:
iv. String Constants
v. Boolean Constants
vi. Pointer Constants

IMAGE FILE:
![variables in c++](../../static/img/day-03/variables-literals-constarts-in-cpp.png)
Binary file added static/img/day-01/get-started-with-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-01/history-of-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-01/introduction-to-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-02/comment-in-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-02/first-program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-02/keywords-in-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-03/datatypes-in-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/day-03/type-modifiers-in-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3417cd

Please sign in to comment.