Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@AkshayTolwani I simply want to compile a library from a git repo
For every modern language this is like two shell commands, but here I have to manually download some dependent libs, because the download script is broken (of course).
Then I have to make sure they're all in the right path otherwise the linker will give me an error message about as useful as Egyptian hieroglyphics. -
And I have to compile C# bindings as well and now the .net toolchain is telling me it can't find the SDK good lord why do these things have to be so complicated
-
@uyouthe @AkshayTolwani Vs code is half a nightmare, it'd be great if it was actually free software and not an electron application.
On another note: C# as a language is great, though I'm not too convinced about its surrounding (.net) -
kiki352174y@LotsOfCaffeine I fucking taught people C#. I fucking also used vscode. I fucking managed SoE setups.
Ms is still nightmare -
@uyouthe not denying that but C# is less of a nightmare than whatever the hell visual c++ wants to be
-
mr-user13524y@uyouthe
How about office tool like words or excel?
I feel MS focus more on business people and like to ignore developer's needs and wants. -
-
kiki352174y@mr-user they obviously have great functionality just because of how old they are but their stability is trash, there are memes about saving every second in word
-
That's not just Windows, that's the C and C++ ecosystem. I don't understand why no one has yet made anything remotely bearable because the current tools are garbage
-
@12bitfloat C/C++ tool chains do suck but my god windows' way makes it 10 times worse....
-
Just install GCC/MingW, or Clang/MingW, and you're good to go. No Visual Shit of course. Oh, "make" would also be useful.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
The Windows C/C++ build toolchain is such a nightmare
rant
c
help me please
c++