close
Skip to main content
Image

r/AskProgramming


Recommendations for retro mathematics-oriented programming books?
Recommendations for retro mathematics-oriented programming books?

Kind of a specific request. I'm currently looking for retro (70s-80s, maybe early 90s at the very latest) mathematics-oriented programming books. I'm very specifically looking for references for old-school approaches to these problems. I've been searching archive.org and I've found a few, but a lot of the more promising ones have had titles I haven't expected, so I'm looking for recommendations.


Advertisement: iPhone 18 Pro | Pro further
iPhone 18 Pro | Pro further
media poster



Best and easy to install compiler for C/C++?
Best and easy to install compiler for C/C++?

Just started learning C and currently using Online Compiler. Now thinking of switching to VS Code, did some searches and found you just need a compiler.

And I came across MinGW and Clang. The process of getting MinGW to work is not that simple so thinking of getting Clang. There aren't any tutorial for this on Windows, so I am assuming you just to get LLVM 23.1.1 from their website and install it, right?

Also which one is better or both are same?