Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.34 KB

File metadata and controls

82 lines (55 loc) · 2.34 KB

C Programming (Beta)

Note: This repository is still in beta and undergoing changes.

A repository dedicated to C programming.

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

Table of Contents

Examples

Examples can be found in examples folder.

License

License can be found in the License file.

Issues

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)

Contributors

Tasks

  • Add documentation
  • Add more examples
  • Add exercises
  • Add tutorials for different IDEs

Resources

Suggested tools and resources:

CLI Commands

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:

IDEs

IDE stands for Integrated Development Environment. You can use whichever suits you the best:

For Apple developers: