c compiler

  1. First_Law_of_Unix

    C Solved - How to use or set Clang/LLVM/GCC compilers on VS Code?

    I couldn't find anything on google on how to configure VS code on FreeBSD to use clang/llvm/gcc. I have clang/llvm and gcc installed on FreeBSD 13.1 I have installed this extension: https://marketplace.visualstudio.com/items?itemName=Kr4is.cpptools-extension-pack Which installs the following...
  2. A

    C A little help from my friend IDE, a small project management tool

    Based on prior posts/discussions on the best IDE and the need to compile C language, I am adding a script - lets call it a minimal IDE. However, this little IDE is showing a bit of Project Management. The script .sh/text, is made out of two files - some 300 lines of code, a reason why will not...
Back
Top