Console


Bonjour, j'utilise dev c++ et depuis que j'ai formaté mon pc la console prend du temps à executer le programme!
y a-t-il une solution s'il vous plait?
Merci

"Process exited after 17.8 seconds with return value 0
Appuyez sur une touche pour continuer..."
17 seconds?

Can you post your code?
1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main() {
	cout << "!!!Hello World!!!" << endl;
	return 0;
}


the problem isn't with the code because it happens with all my code files.
it used to work just fine before formatting my computer! I also tried different version of dev c++
but same problem
I just tried with CodeBlocks , but had same problem !
I keep waiting for almost 17seconds for the console to execute my program!
Can anyone help me?
It's waiting for something.

Does it happen from the command prompt too?
Topic archived. No new replies allowed.