< Back to forum

Sublime for C++

How to use Sublime text for C++ compilation on Windows 10 with custom input. I did see some videos on youtube but I keep getting the same error :

C:/Program Files (x86)/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/bin/ld.exe: cannot open output file C:\Program Files\Sublime Text 3/c.exe: Permission denied collect2.exe: error: ld returned 1 exit status

Asked by: Anonymous on May 11, 2019, 3:23 p.m. Last updated on May 11, 2019, 3:29 p.m.


How are you compiling your file ? Please give the question clearly

Ayush_Shukla last updated on May 18, 2019, 12:19 p.m.

Enter your answer details below:


Enter your comment details below:




0 Answer(s)

Instruction to write good question
  1. 1. Write a title that summarizes the specific problem
  2. 2. Pretend you're talking to a busy colleague
  3. 3. Spelling, grammar and punctuation are important!

Bad: C# Math Confusion
Good: Why does using float instead of int give me different results when all of my inputs are integers?
Bad: [php] session doubt
Good: How can I redirect users to different pages based on session data in PHP?
Bad: android if else problems
Good: Why does str == "value" evaluate to false when str is set to "value"?

Refer to Stack Overflow guide on asking a good question.