Cpp program
techno01
-
Techno01 -
Techno01 -
Bonjour tout le monde specialement KX
J'essai de faire un programme dos ,ne fait que afficher "Enter (h) to hide the program or (q) to quit " ,et demande d'enter a key si le key est 'h' il cache le program dans la barre de notification
# include <iostream>
using namespace std;
int main()
{
char key=' ';
while(key!='q')
{
cout << "Enter (h) to hide the program or (q) to quit " << endl;
cin >> key;
switch(key)
{
case 'h':
// L'instruction qui va le cacher dans la barre
break;
default : break;
}
}
}
J'essai de faire un programme dos ,ne fait que afficher "Enter (h) to hide the program or (q) to quit " ,et demande d'enter a key si le key est 'h' il cache le program dans la barre de notification
# include <iostream>
using namespace std;
int main()
{
char key=' ';
while(key!='q')
{
cout << "Enter (h) to hide the program or (q) to quit " << endl;
cin >> key;
switch(key)
{
case 'h':
// L'instruction qui va le cacher dans la barre
break;
default : break;
}
}
}
A voir également:
- Cpp program
- Dev cpp - Télécharger - Langages
- Atheros client installation program - Forum Logiciels
- Program files - Forum Windows
- Program files x86 ✓ - Forum Windows
- Money manager program - Télécharger - Bourse & Finance