Is this error message for real? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is this error message for real?

i usually compile and run my c/c++ code on the cmd using a text editor (komodo text edit)... I used eclipse for java and c++ and just now.. I'm using eclipse to run a simple for loop.. and its giving me an error.. but when i run the same code (copied it into the Text editor and run it on the cmd it work perfectly.. but using eclipse it doesn't work.. error message: cannot open output file. (name of file); permission denied... https://code.sololearn.com/cgtZ4V5N4P3X/?ref=app

18th Mar 2018, 11:35 PM
Otumian Empire
Otumian Empire - avatar
4 Answers
+ 3
Maybe you have another instance of the same project running
18th Mar 2018, 11:48 PM
Vladi Petrov
Vladi Petrov - avatar
+ 3
I’ve had that before. Try closing all the programs and restarting your computer. Then, edit a header file so that it has to recompile everything. It’s the most annoying thing. It’s usually after an error occurs and the program crashes.
19th Mar 2018, 12:21 AM
Ariela
Ariela - avatar
+ 2
i closed all other project... I started a new c project
18th Mar 2018, 11:55 PM
Otumian Empire
Otumian Empire - avatar
+ 1
Waw.. so I'm not the first.. thanks
19th Mar 2018, 7:55 AM
Otumian Empire
Otumian Empire - avatar