Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

History / C Programming, Part 1: Introduction

Revisions

  • Added final few examples to typedefs

    @bhuvy2 bhuvy2 committed Dec 20, 2016
  • Added A few more examples to the middle sections

    @bhuvy2 bhuvy2 committed Dec 19, 2016
  • Expanded beginning examples

    @bhuvy2 bhuvy2 committed Dec 18, 2016
  • Updated C Programming, Part 1: Introduction (markdown)

    @DrinkJava DrinkJava committed Dec 8, 2016
  • Updated C Programming, Part 1: Introduction (markdown)

    @angrave angrave committed Jan 27, 2016
  • Updated C Programming, Part 1: Introduction (markdown)

    @angrave angrave committed Jan 27, 2016
  • Fixed link to close(1) explanation

    @EddieVilla EddieVilla committed Oct 2, 2015
  • No need to cast malloc's return as it returns a void pointer http://stackoverflow.com/questions/20094394/why-do-we-cast-return-value-of-malloc http://stackoverflow.com/questions/605845/do-i-cast-the-result-of-malloc

    @Newbhope Newbhope committed Sep 12, 2015
  • Updated C Programming, Part 1: Introduction (markdown)

    @oshkosher oshkosher committed Aug 31, 2015
  • Updated C Programming, Part 1: Introduction (markdown)

    @oshkosher oshkosher committed Aug 31, 2015
  • Updated C Programming, Part 1: Introduction (markdown)

    @oshkosher oshkosher committed Aug 31, 2015
  • Add cplusplus.com/reference to External Resources

    @oshkosher oshkosher committed Aug 26, 2015
  • Should be a strdup replacement

    @zikaeroh zikaeroh committed Aug 26, 2015
  • Typo.

    @aereaux aereaux committed Aug 24, 2015
  • Using 'int main(void)' is a recommended practice in C when the function is called with no arguments, otherwise 'int main()' can be called with any number of arguments

    @0xcpu 0xcpu committed Mar 20, 2015
  • typo (wrong space)

    Rakhim Davletkaliyev committed Feb 23, 2015
  • Updated C Programming, Part 1: Introduction (markdown)

    @johnnydotdev johnnydotdev committed Feb 8, 2015
  • Fixed grammar issue.

    @kuck1 kuck1 committed Jan 27, 2015
  • Fix internal links

    @FenixFeather FenixFeather committed Jan 25, 2015
  • Markdownify links to ease book conversion.

    @FenixFeather FenixFeather committed Jan 25, 2015
  • Updated C Programming, Part 1: Introduction (markdown)

    @bchong95 bchong95 committed Jan 25, 2015