I’m a beginner user and i want to ask you if is there a way to read from a txt file
Reading from files (mac)
Okay, that’s a very different thing and you should have mentioned that you wanted to execute code. Atom does not have any ability to execute code that isn’t JavaScript, so you have to download a package such as script
or atom-runner
.
That’s something else you should have mentioned. What seems to be the difficulty with using it?
Dario
#9
well, I would like to read from the file in the code, usually on Windows I use the fstream library and there aren’t problems, but on a Mac if I use the same method nothing happens
DamnedScholar
#10
This is less of an Atom question and more of a C++ question, and you might find more information looking in C++ or Mac forums.