Development on Windows be like:
Programmer has so much random shit installed on his machine, so it's nearly impossible to rely on installed C/C++ compilers, default include and libraries paths because they will conflict with each other.
Everything tries to add itself into global environment variables list or into the PATH.
How you even use Windows, I don't know.
Programmer has so much random shit installed on his machine, so it's nearly impossible to rely on installed C/C++ compilers, default include and libraries paths because they will conflict with each other.
Everything tries to add itself into global environment variables list or into the PATH.
How you even use Windows, I don't know.