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

Автор SAT2020, история, 21 месяц назад, По-английски

Does anybody know how to use the g++ compiler in XCode IDE? I have a version of g++ on my local device but I can't seem to switch the compiler in XCode. When I look at build options only the default compiler is available and I can't switch it.

I'm trying to use the <bits/stdc++.h> header and policy-based data structures so if anyone knows a way to do that without switching the compiler, that would be cool too.

Thanks!

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

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

I am using policy based data structures in both vs code and sublime in my mac. I have integrated terminal in both of these. And I have configured custom keybindings for compiling and running in vs code (without run code extension). So I dont have to explicitly write compilation or run commands in the integrated terminal. I am unsure about where you are facing problems but if you want to do it as me, you can DM me.

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

    please tell me the procedure.If possible please share any video link.I am also unable to use <bits/stdc++.h> in vs code.thanks in advance.

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

use CLion instead