@ -66,4 +66,4 @@
- Wrong Input!
- It looks like you havent played the program yet, starting it up...
:time: 0.035827299987431616
:time: 0.03566809999756515
@ -11,4 +11,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.016350399993825704
:time: 0.016603700001724064
:time: 0.01459390000673011
:time: 0.017840899992734194
:time: 0.016387699986808002
:time: 0.014955000020563602
@ -78,7 +78,7 @@ int FEingabeInteger() {
bool FcheckaufRichtigkeit(int eingabe, int richtige_antwort[], int i) {
switch (eingabe) {
case 0:{
exit(7);
Fabbruch();
break;
}
case 1: {
@ -159,4 +159,7 @@ bool FtryAgain(bool already_played){
return false;
void Fabbruch(){
@ -9,5 +9,6 @@ int FEingabeInteger();
bool FcheckaufRichtigkeit(int eingabe, int richtige_antwort[], int i);
void FzaehlernachAuswahl(bool richtig, int* answeredP, int* correctP);
bool FtryAgain(bool already_played);
void Fabbruch();
#endif // ende CASUALQUIZ_H