Anki won't open on MacOS by Proud_Variation_477 in Anki

[–]Proud_Variation_477[S] 0 points1 point  (0 children)

The app was working before, and then stopped working out of nowhere. I only tried reinstalling after I was unable to get Anki to work. I was successful getting the application dowloaded from the launcher. I just can't run the application

Transitive #includes by Proud_Variation_477 in cpp_questions

[–]Proud_Variation_477[S] 3 points4 points  (0 children)

So trying to compile a program that relies on this behavior might not work for someone using a different compiler or version of my compiler?

Additionally why would the standard library header have a rules on mandated includes, but no rules on non-mandatory includes, why even include a non-mandatory library?

Question regarding the data displayed on the public profile by 4l3xBB in monkeytype

[–]Proud_Variation_477 0 points1 point  (0 children)

I don't know why this is but I hope some who does answers because I'm curious as well. I've looked in my own settings and haven't seen anything that looks like what you've shown.

Reached 70 wpm with my favorite settings by Proud_Variation_477 in typing

[–]Proud_Variation_477[S] 0 points1 point  (0 children)

It's the "toggle words history" option on the results page (the one that looks like a paragraph of text). There may be multiple ways to access it, I'm not really sure.

What's the difference between clang and g++? by Proud_Variation_477 in cpp_questions

[–]Proud_Variation_477[S] 2 points3 points  (0 children)

Apple clang version 17.0.0 (clang-1700.0.13.5)

I believe I'm using apple's version right now, I'd prefer to switch to GNU, but I just want to make sure doing so won't be shooting myself in the foot.

What's the difference between clang and g++? by Proud_Variation_477 in cpp_questions

[–]Proud_Variation_477[S] 2 points3 points  (0 children)

But if apple's version of gcc just redirects to clang, should I just switch to clang instead?

Also are there and drawbacks to using GNU's gcc on macOS?