Answer the question
In order to leave comments, you need to log in
Where does Atom save compiled C++ file on linux?
I compile such a file in atom itself, everything starts as it should, but nothing appeared in the folder with the .cpp file! Why?
#include <iostream>
using namespace std;
int main()
{
cout << "asdadsasd" << endl;
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question