hrr817 / learningc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning C

It is like journal for learning C language. You can take it as a learning reference.

Try this before getting started

echo "Happy Learning C"

Requirements

  • GCC installed on your machine. Learn here, how to install
  • Basic terminal knowledge
  • Will to learn (most people don't have)

Usage

Open terminal, locate to the directory /learningc
cd learningc
Start from folders/files starting with 00
Open folder
cd 00.Intro
Open File in your IDE or any text editor
vim 00.keyword_indentifiers.c
Read and learn....
Compile code (.c file)
gcc 00.keyword_indentifiers.c outfile.out
Run compiled code (.out file)
./outfile.out

About


Languages

Language:C 100.0%