mUr1i / C-basis

Some ideas and files I have when starting off C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ library of my programs & source files License - MIT C++

FAQ πŸ“Œ

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.

GIT STATUS TRACKER FOR THE REPOSITORY βœ…

Instructions for the program: πŸ“‹

  1. 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.
  2. 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.
  3. 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. :shipit:
   #include <iostream>
    #include <cstdio>
  
       int main() {
        std::string userDisplayText = "Thank you for using the git tracker!";
            std::cout << userDisplayText << '\n';
       
        return 0;
       }

Footnotes

  1. This repository is about programs and source files created by C++ language. You can use and learn when creating custom programs and etc. ↩

  2. You can contribute to this repository by issuing suggestions and questions, I'll look through it and respond. ↩

About

Some ideas and files I have when starting off C++

License:MIT License


Languages

Language:C++ 100.0%