Die Suche ergab 5 Treffer
- Do Sep 10, 2009 1:26 pm
- Forum: Software
- Thema: pc tastensperre
- Antworten: 5
- Zugriffe: 7870
Re: pc tastensperre
was ist den ubuntu
- Mi Sep 09, 2009 5:20 pm
- Forum: Software
- Thema: pc tastensperre
- Antworten: 5
- Zugriffe: 7870
pc tastensperre
kann mir villeicht jemand ein programm schreiben das wie eine tastensperre am handy ist was also meine maus und meine tastatur sperrt und sich mit einer tastenkombi wieder deaktivieren lässt
- Mo Aug 24, 2009 2:57 pm
- Forum: C / C++
- Thema: programm schließt sich wieder
- Antworten: 5
- Zugriffe: 5805
Re: programm schließt sich wieder
bei mir funktioniert das irgendwie nich ich hab das programm auf f
- So Aug 23, 2009 7:31 pm
- Forum: C / C++
- Thema: programm schließt sich wieder
- Antworten: 5
- Zugriffe: 5805
Re: programm schließt sich wieder
kann man nicht was im programmcode ändern damit das geht bei nur printf sachen hat das immer mit
Code: Alles auswählen
getchar ();
- So Aug 23, 2009 7:19 pm
- Forum: C / C++
- Thema: programm schließt sich wieder
- Antworten: 5
- Zugriffe: 5805
programm schließt sich wieder
also ich habe folgenden programmcode #include <stdio.h> int main() { int plus, plus2, mal; printf ("gib so eine rechnung ein bsp: 3+3*9"); scanf ("%d+%d*%d", &plus, &plus2, &mal); printf ("%d+%d*%d=%d", plus, plus2, mal, plus+plus2*mal); return 0; } aber wenn ich die rechnung eingegeben habe und ent...