randomx_123's blog

By randomx_123, history, 2 years ago, In English

I have been using the extension "CppFastOlympicCoding" on sublime text for quite some time now. Today, I was trying to set up a new build system on sublime text so that I can get the output in a separate file (since we have Google Hashcode today). I referred to This video.

After successfully doing this, now when I press Cntrl + B on my mac, it just gets stuck on 'Compiling'. I have tried to uninstall and install again, to no help. Does anyone have a fix for this? any help will be much appreciated.

Screenshot for reference :

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
10 months ago, # |
  Vote: I like it +3 Vote: I do not like it

Could you figure it out? I am also experiencing the same.

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Delete your current Cpp file with its .exe and create a new one.

This will fix your issue. This issue occured to me when I accidently went to an infinite loop.