K
K
kaktak2552021-07-20 14:00:10
atom
kaktak255, 2021-07-20 14:00:10

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 question

Ask a Question

731 491 924 answers to any question