maverick_GOD's blog

By maverick_GOD, history, 3 years ago, In English

I posted a blog, 3 months ago ( this one ),

Still many are facing the same issue as more and more M1 users increases. And I am still getting many doubts in messages.

No proper tutorial is available anywhere, StackOverflow, youtube, etc.

I request someone who can explain the whole process accurately, and if a youtuber wants to make a demo video for that. Thanks in advance!!!

P.S: Some solutions are there in the comments of the above blog.

Full text and comments »

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

By maverick_GOD, history, 3 years ago, In English

I code in C++, I was a Windows user, recently switched to mac. I downloaded gcc-10 from homebrew but still, whenever I compile on any editor, it got compiled with Clang. Then I deleted Clang by going to the directory where it was stored, I thought it will then compile with GCC. But now it stops compiling and throwing error messages.

Q.Why do I wish to use gcc instead of clang? -> Clang doesn't have <bits/stdc++.h> header and while solving one question I got to know it doesn't have unordered map also (read on StackOverflow later). -> And I don't know what more is not there in clang.

Can anyone please tell me ========================= either how to successfully compile C++ using gcc on MAC or can tell me all the difference between clang and gcc and how should I manage.

Even I talked with apple care for about 45 mins and they also don't know the solution.

Full text and comments »

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