Блог пользователя randomx_123

Автор randomx_123, история, 2 года назад, По-английски

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 :

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
11 месяцев назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

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

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.