For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
Gracie Gregory (she/her) -
Ben Halpern -
Adam Crockett -
Discussion (6)
I am sure everyone will agree with this, or maybe they do not understand what I just have said.
Yes, you are right, compiling C is sometimes frustating (no, I am not a C programmer).
But, compiling and linking bootloader (especially assembly) with a kernel (C kernel) is very hard, that is why I almost gave up at making an Operating System.
Compiling a Java program that doesn't use any build system and imports some obscure libraries using .jar files. Bonus points if there are circular dependencies involved.
Compiling chromium.
Compiling a C++ language.
Seeing all the wrong answers on the Internet to C questions is more frustrating that compiling a C program.
trying to understand JS