Repository to share java code conserning the module "Objektorientierte Programmierung".
Welcome and feel free to contribute.
You don't know how git and Version Controll works?
Version Controll allows serval people to work on code simultaneously and is used for almost any comercial development.
Then you might wanna have a look at the following:
Download git: https://git-scm.com/downloads
Get started with git: https://try.github.io/levels/1/challenges/1
Get started with the git integration of Eclipse(eventhough I highly recommend not using eclipse but Intelij): https://www.youtube.com/watch?v=ptK9-CNms98 https://www.youtube.com/watch?v=M88sKbRDR8Y Really it is really a lot more complicated than with Intelij.
Register with Inteij as a student: https://www.jetbrains.com/shop/eform/students
Download Intelij: https://www.jetbrains.com/idea/download/download-thanks.html?platform=windows (Windows)
Clone Repository in Intelij: https://www.youtube.com/watch?v=Jm7HDGFayvk
Commit and push in Intelij: https://www.youtube.com/watch?v=IFfCkYdh4vg (without the email thingy at the end of the video)
Run a class in intelij: just righclick and select Run ;)
Befor I forget, you can not push until I made you a contributer, so pls tell me the email of your GitHub acount first;)