Note: This repository is still in beta and undergoing changes.
C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. Wikipedia
Examples can be found in examples folder.
License can be found in the License file.
Found an issue? Feel free to open an issue.
You must include the following information in your issue:
- Compiler name, E.g. GCC
- IDE, E.g. VSC
- System Specifications, E.g. MINGW64_NT-6.1-7601 Admin-PC 3.1.7-340.x86_64 2021-03-26 22:17 UTC x86_64 Msys
- Expected Output
- Actual Output
- Steps to reproduce
- Additional attachments, E.g. screenshots (optional)
- Add documentation
- Add more examples
- Add exercises
- Add tutorials for different IDEs
Suggested tools and resources:
CLI stands for Command Line Interface. In order to compile a C program you must have one of these commands installed. Most IDEs install them for you:
IDE stands for Integrated Development Environment. You can use whichever suits you the best:
- VS (Visual Studio) (recommended)
- VSC (Visual Studio Code)
- Eclipse
- Code::Blocks
- Dev-C++
- CodeLite
For Apple developers: