Codeblocks #include iostream
Résolu
A voir également:
- #Include iostream no such file or directory
- Include <iostream - Forum C++
- Erreure include - Forum Programmation
- Balise html INCLUDE ✓ - Forum HTML
- I'm sorry to have to inform you that your message could not be delivered to one or more recipients. it's attached below. for further assistance, please send mail to postmaster. if you do so, please include this problem report. you can delete your own text from the attached returned message ✓ - Forum Mail
- [Latex] problème entre input et include ✓ - Forum Programmation
5 réponses
Apparemment code::blocks se baserait sur l'extension pour savoir si le fichier doit être compilé via gcc ou g++, donc vérifie que ton fichier a bien une extension ".cpp"
http://forums.codeblocks.org/index.php?topic=10775.0;prev_next=next
http://forums.codeblocks.org/index.php?topic=10775.0;prev_next=next
Ou alors tu écris toi même un Makefile (si tu peux compiler avec make) ou CMakeLists.txt (si tu peux utiliser cmake) et tu dis à ton IDE de compiler avec.
Si tu veux plus de détails, merci d'ouvrir un nouveau fil de discussion, celui-ci étant résolu.
Bonne chance