←back to thread

228 points Retro_Dev | 1 comments | | HN request time: 0.822s | source
Show context
90s_dev ◴[] No.44464923[source]
I don't mind breaking changes if I can fix them within a day.

What bothers me with C/C++ is how difficult it is to cross compile a simple Windows + SDL app from inside WSL without MSVC installed.

I've spent weeks on this.

If Zig saves me from that nightmare, and still lets me use C++ libraries, I will gladly switch over to it.

replies(3): >>44464991 #>>44465628 #>>44472217 #
1. pjmlp ◴[] No.44472217[source]
I have been doing cross compiling stuff since the Symbian glorious days.

Some people really love to make their life harder, as in your example, targeting Windows from inside WSL, instead Windows proper.