How to use G++ in XCode IDE.

Revision en2, by SAT2020, 2023-02-20 04:33:38

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!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English SAT2020 2023-02-20 04:33:38 4 Tiny change: 'trying to the <bits' -> 'trying to use the <bits'
en1 English SAT2020 2023-02-20 04:33:11 451 Initial revision (published)