Giter Club home page Giter Club logo

30-days-of-cpp's Introduction

30 Days of CPP

Welcome to the 30 Days of CPP challenge! 30 days of CPP programming challenge is a step-by-step guide to learn CPP programming language in 30 days. visit the 30-days-of-cpp to learn more about the project.

30-Days-CPP

What is 30 Days of CPP?

30 Days of CPP is a programming challenge designed to help individuals enhance their proficiency in C++ by solving daily coding problems, implementing algorithms, and exploring various aspects of the language.

Line

Contributor's Guide ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป

We appreciate your interest in contributing. ๐Ÿ’ This guide will help you get started with the project and make your first contribution.

Line

๐ŸŒŸ Creating Your First Pull Request

  1. Star this repository.

  2. Fork this repository.

  3. Clone the forked repository:

    git clone https://github.com/<your-github-username>/30-Days-Of-CPP.git

    If you have already forked the project, update your copy before working:

    git remote update
  4. Navigate to the project directory:

    cd 30-Days-Of-CPP
  5. Set an upstream with the parent repository and local repository:

    git remote add upstream https://github.com/subhadipbhowmik/30-Days-Of-CPP.git

    If you have altered it, you have to rebase it:

    git rebase upstream/<branch_name>
  6. Create a new branch:

    git checkout -b <your_branch_name>

    Branch name example: feature/added-day1-content or, bug/search-not-working

  7. Make changes. Do the Necessary changes in the code or files.

  8. Stage your changes and commit:

    git add .
    git commit -m "<your_commit_message>"
  9. Push your local commits to the remote repo:

    git push -u origin <your_branch_name>
  10. Create a Pull Request.

    • Go to your forked repository on GitHub.
    • Click on the "Compare & pull request" button.
    • Write a title and description for your pull request.
    • Click on the "Create pull request" button.
    • Important: Make sure to mention the issue number in the pull request description. For example, "Fixes #1".
    • Note: Do not close the issue until it is approved.
  11. Congratulations! ๐ŸŽ‰ you've made your contribution. Line

๐Ÿ“ Project Overview


  • Structured Curriculum: Clear 30-day plan, daily lessons covering essential C++ concepts in an organized, progressive manner.

  • Comprehensive Documentation: Detailed guides with explanations, code samples, and resources aiding better understanding of C++ topics.

  • Open Source Project: Accessible collaborative C++ project, providing hands-on experience and opportunities for practical learning and contributions.

  • Free Access: Entire program, resources, and materials accessible at no cost, ensuring inclusivity for all interested learners.

  • Informative Blogs: Regularly updated blogs covering diverse C++ topics, offering supplementary insights and knowledge beyond lessons.

  • Community Engagement: Supportive community fostering interaction, collaboration, and learning through discussions and shared experiences among participants.


Learn About Our Project

If you want to learn more about our project, you can visit our Learn Page

Contributing

If you would like to contribute additional exercises, improvements, or corrections to existing code, feel free to open a pull request. Your contributions are highly appreciated! Read the CONTRIBUTING.md file for more information.

Happy coding!

Line

Thanks to Our Contributors ๐ŸŒŸ

License

This project is licensed under the MIT License - see the LICENSE file for details.

30-days-of-cpp's People

Contributors

subhadipbhowmik avatar m3kvt avatar suhanipaliwal avatar antiquely3059 avatar sri766 avatar agastya3636 avatar akshitgarg24 avatar ankiiitagupta avatar ansh-h-mehta avatar debangi29 avatar ketanop321 avatar sakshiigdtuw avatar shrutigolwalk0109 avatar suhainafathimam avatar varad0014 avatar devu007 avatar eiva078 avatar sidharth2829 avatar udbhav26 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.