Hallo,
ich versuche eine Funktion zu schreiben in der eine Endlosschleife laufen soll, die mit der Taste q/Q beendet werden soll. In dieser Schleife soll aber durch eine switch/case Abfrage Störungen simuliert werden.
Ich schreibe das Programm mit Microsoft Visual Studio Express und soll ersteinmal nur eine Simulation sein, eventuell wird es später auf einen Microcontroler übertragen. Das ist aber noch nicht sicher.
Mein bisheriges Programm sieht so aus:
#include „iostream“
#include „iomanip“
#include „string“
#include „conio.h“
#include „ctype.h“
using namespace std;
void Aktiv (void);
int main ()
{
string Passwort, Passworteingabe;
int while1=1,while2=1;
Passwort=„michpat“;
while(while1!=0)
{
system („cls“);
cout >:stuck_out_tongue_winking_eye:assworteingabe;
if (Passwort==Passworteingabe) Aktiv();
else
{
system („cls“);
cout >while1;
}
}
}
void Aktiv (void)
{
string Passwort, Passworteingabe;
int while2=1,wahl=0;
Passwort=„michpat“;
while (while2!=0)
{
system („cls“);
while (1)
{
if( _kbhit() ) break;
system („cls“);
cout >:stuck_out_tongue_winking_eye:assworteingabe;
if (Passwort==Passworteingabe) break;
else
{
system („cls“);
cout