Visual studio code c++ beginner file

Status
Not open for further replies.
Joined
Aug 14, 2021
Messages
18
Programming Experience
Beginner
Hello.Could you guys tell me why a simple c++ file can't work and gives me errors in the terminal.How can I be that dumb? Thank you.




#include<iostream>
using namespace std;
int main()
{
cout<<"something";
return 0;
}
 

Attachments

  • studiocode.jpg
    studiocode.jpg
    215.1 KB · Views: 13
This is a C# forum. Closing this.
 
Status
Not open for further replies.
Back
Top Bottom