1

I just create a new project ( code above) under visual studio 2008 (En) :

int main ()
{
   std::cout <<"hello" << std::endl;
   return 0;
}

when i make "build solution", the compiler create à mycode.exe. But when i make "start debugging F5", my compiler blocked. With shortcut key "ctrl + f5", i get cmd (Windows Command Prompt) !!! I tyied to launch mycode.exe separatly, there isn't any result. In both case the process mycode.exe figure in the task manager and it impossible to kill it!!!!

I don't understand what happen exactly?

shumi
  • 33
  • 1
  • 5
  • thank you very much Hans. That resolve my problem but what's the impact of AVAST on VS2008? – shumi Jan 12 '16 at 15:59

0 Answers0