This repository houses a collection of practical works in the C++ programming language. These practical works are designed to help students develop their skills in C++ and understand key programming concepts.
-
Description: Brief description of the objective of the practical work.
-
Files: List of relevant files.
-
Instructions: Steps to complete the practical work.
-
Examples: Usage examples or solutions.
-
Files: List of relevant files.
-
Instructions: Steps to complete the practical work.
-
Examples: Usage examples or solutions.
- Installation and configuration of Visual Studio Code with C++11 or higher.
-
Clone this repository to your local machine:
-
Navigate to the folder of the practical work you want to complete:
- cd Practical_Work_1
-
Compile the source code:
- g++ -o program program.cpp
-
Run the program:
- ./program
If you wish to contribute to this repository, you are welcome to do so. You can open issues or submit pull requests with improvements, corrections, or new practical works.
This repository is under the AFL-3.0 license. See the Academic Free License v. 3.0 file for more details.
If you have any questions or suggestions, feel free to contact me:
I hope these practical works help you improve your C++ skills! Have fun programming! π
"If you can dream it, you can code it!"