Skip to content

Übungen in Fortgeschrittene Programmiertechniken (FOPT) mit Java

Notifications You must be signed in to change notification settings

pingufreak/fopt-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fopt-app

Intro

Übungen, Alte Prüfungen in Fortgeschrittene Programmiertechniken (FOPT) mit Java. Das Hauptziel ist alte Klausuren zusammen zu lösen mit ausführlichen Kommentaren auf jeweils Fragen

Howtos

Package structure in src folder

  • fopt.buch: Übungsaufgaben,Listing, Abschnitte und Beispiele aus dem Buch
  • fopt.lehrmaterial: Aufgaben aus der Lehrmaterial
  • fopt.asb: beinhalt alle asb selbstgemachte ASB-Aufgaben, ASB-Zusatzaufgaben, ASB-Pflichtaufgaben
  • fopt.klausur: sind alle Klausuren. Hier können alle Lösungsansätze gepackt werden
    • fopt.klausur.ws2013 hat z.b ghislain.md, jochen.md, lin.md
    • fopt.klausur.ss2019 hat z.b ghislain.md, jochen.md, lin.md

Coding

  1. Clone the Repository
  2. Start your IDE and Import the project as git project
  3. Create your package as follows fopt.klausur.your firstname.period:
    • e.g. fopt.klausur.ghis.ss2019, fopt.klausur.lin.ss2019, fopt.klausur.jochen.ss2019
    • Diese package dient nur um die verwendenten Klassen auszuproblieren
    • Die tatsächliche Lösung soll als Mark Down file in fopt.klausur.xxxxx e.g. Ghislain.md, jochen.md, lin.md
  4. Export your package in module-info.java file e.g. exports fopt.klausur.ghis.ws2013;
  5. Commit your change with suitable comments
  6. Push it
  7. That's all!!

Bücher

Links

About

Übungen in Fortgeschrittene Programmiertechniken (FOPT) mit Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%