CS-WIKI101
|
C with Classes
.NOTE Tested on macOS Sonoma 14.0
NOTE I recommend you to install Homebrew. It is a package manager for macOS. It will help you to install many other packages in macOS.
You can install Homebrew
by following this instruction How to Install Homebrew on macOS
OSX or macOS is special because has a built-in C++ compiler. You can check it by typing g++ --version
in Terminal
Source | Description |
---|---|
C++ in 100 Seconds | C++ in 100 Seconds YouTube video by FireShip |
LLVM Documentation | Clang: a C language family frontend for LLVM |
You can find answers to frequently asked questions about Git and GitHub in the FAQ.
Need assistance? Check out my discussion board or review the GitHub status page.
© 2023 AppleBoiy • Code of Conduct • [MIT License](LICENSE)