Giter Club home page Giter Club logo

alx-low_level_programming-1's Introduction

Learning Objectives

At the end of this project, you are expected to be able to explain to anyone, without the help of Google:

General

Why C programming is awesome Who invented C Who are Dennis Ritchie, Brian Kernighan and Linus Torvalds What happens when you type gcc main.c What is an entry point What is main How to print text using printf, puts and putchar How to get the size of a specific type using the unary operator sizeof How to compile using gcc What is the default program name when compiling with gcc What is the official C coding style and how to check your code with betty-style How to find the right header to include in your source code when using a standard library function How does the main function influence the return value of the program

Requirements

C

Allowed editors: vi, vim, emacs All your files will be compiled on Ubuntu 20.04 LTS using gcc, using the options -Wall -Werror -Wextra -pedantic -std=gnu89 All your files should end with a new line A README.md file at the root of the repo, containing a description of the repository A README.md file, at the root of the folder of this project, containing a description of the project There should be no errors and no warnings during compilation You are not allowed to use system Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl

Shell Scripts

Allowed editors: vi, vim, emacs All your scripts will be tested on Ubuntu 20.04 LTS All your scripts should be exactly two lines long ($ wc -l file should print 2) All your files should end with a new line The first line of all your files should be exactly #!/bin/bash

alx-low_level_programming-1's People

Contributors

sammiearchie77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.