Problème g++
Pierre
-
Pierre -
Pierre -
Salut,
j'ai un problème avec mon g++, je me crée un programme test :
#include <iostream>
int main()
{
cout << "test\n";
}
Je l'enregistre sous test.cpp .
Là je tappe g++ test.cpp et il me marque :
test.cpp: Dans function << int main() >>:
test.cpp:4 error: `cout' undeclared (first use this function)
test.cpp:4 error: (Each undeclared identifier is reported only once for each function it appears in.)
Donc je ne comprend pas, si quelqu'un peu l'aider svp.
j'ai un problème avec mon g++, je me crée un programme test :
#include <iostream>
int main()
{
cout << "test\n";
}
Je l'enregistre sous test.cpp .
Là je tappe g++ test.cpp et il me marque :
test.cpp: Dans function << int main() >>:
test.cpp:4 error: `cout' undeclared (first use this function)
test.cpp:4 error: (Each undeclared identifier is reported only once for each function it appears in.)
Donc je ne comprend pas, si quelqu'un peu l'aider svp.
A voir également:
- Problème g++
- G mail.com se connecter - Guide
- Test g pro x superlight - Accueil - Périphériques
- Logitech g hub chargement infini - <a href="https://forums.commentcamarche.net/forum/logiciels-1">Forum Logiciels</a>
- Micro logitech g pro x marche pas - <a href="https://forums.commentcamarche.net/forum/casque-et-ecouteurs-128">Forum Casque et écouteurs</a>
- Problème de son logitech g pro x - <a href="https://forums.commentcamarche.net/forum/materiel-systeme-2">Forum Matériel & Système</a>