sushish-kumar / cpp-hacktoberfest

Aimed to give a positive overview of open source development.
3 stars 62 forks source link
hacktoberfest hacktoberfest2021

cpp-hacktoberfest

Aimed to give a positive overview of open source development. Not comfortable with cpp?? here's something for you that you would like. Special thanks to Aman for review

Regitering for Hacktoberfest. (Already registered?? Start here)

  1. Create Github account if not already created.
  2. Register on hacktoberfest if not already registered by clicking here

    Creating my first pull request.

  3. Signin into your github account.
  4. Fork this repository
  5. Go to the repository in your own account (\<your-username>/cpp-hacktoberfest)
  6. Go to hello_world folder and click "Create new file" button
  7. Give name of file as ".cpp" and write a hello world programme in cpp
  8. After completing the programme click the Commit new file button(If you get two options saying commit directly to master & create new branch, select the first one).
  9. Now go to your repository home page(/cpp-hacktoberfest)
  10. Click on the button New pull request
  11. You will get a screen having a green button Create pull request.
  12. Click the button Create pull request
  13. Input valid readable and reasonable title and comment.
  14. finally click "Create pull request" to create a pull request. And

Meeting the target

You have to meet the target of minimum of 4 Pull Requests to complete the challenge successfully.

As of now you must have got the idea how to create a pull request. Now you can create another pull request in similar manner in other repos listed here or in this repo itself. To create another pull request in this repo, go into folders other than hello_world and follow steps 5 to 12 after going into any of the following folders.

Another Pull Request can only be made after getting your previous Pull request merged. I will try my best to get your PRs merged typically within an hour.

folder_name details
hello_world programme to print hello world.
addition simple programme to add two numbers.
subtraction simple programme to find difference of two numbers.
multiplication simple programme to multiply two numbers.
division simple programme to divide one number by another number.

What if I want to like to contribute in other languages

Contribute in other languages

Repo name Description Link
java-hacktoberfest Hacktoberfest aimed repo in java Here
javascript-hacktoberfest Hacktoberfest aimed repo in javascript Here
python-hacktoberfest Hacktoberfest aimed repo in python Here
cpp-hacktoberfest Hacktoberfest aimed repo in c++ Here