Visual studio has encountered an unexpected error

  • Thread starter Thread starter Adeterra
  • Start date Start date
A

Adeterra

Guest
When I tried to build my code these message popped up my code is


#include <iostream>

using namespace std;

int main()

[

cout << "hello world!" << endl;

return 0;

]

Continue reading...
 
Back
Top