MungaSoftwiz / alx-low_level_programming

A repository containing projects on C programming as part of the full-stack software engineering programme at ALX Africa facilitated by Holberton School.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Low Level Programming & Algorithm

This repository contains materials and resources for learning and practicing C programming. C is a low-level programming language that is widely used in system programming, embedded systems and operating systems.

Getting Started

To get started with C programming language, you will need a C compiler installed on your machine. Some popular compilers for C are:

-GCC(GNU) Compiler Collection
-Clang
-Microsoft Visual Studio

Once you have a C compiler installed, you can use any text editor or Integrated Development Environment (IDE) to write your C code.Some popular text editors and IDEs for C programming are:

-Vim
-Emacs
-Sublime Text
-Visual Studio Code
-Eclipse

Repository Structure

Below is a list of directories of projects included:

Acknowledgements

All work contained in this repository was completed as part of the software engineering curriculum at ALX Africa. ALX Africa focuses on preparing students for tech roles using projects based peer learning. For more information, visit this link

About

A repository containing projects on C programming as part of the full-stack software engineering programme at ALX Africa facilitated by Holberton School.


Languages

Language:C 99.3%Language:Assembly 0.4%Language:Shell 0.3%