Skip to content

Tetrahedrite/c_programming_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming 101

Example code for C programming study

How to Clone, Build, and Run

Clone

git clone https://github.com/Tetrahedrite/c_programming_101.git # Clone git repository to 'c_programming_101'
cd c_programming_101 # Change directory to 'c_programming_101'

Build

  1. Build all C files in every chapter.
make
  1. Build all C files in specific chapter.
cd ch1
make
  1. Build specific C file.
cd ch1
make 1_p01

Run

  1. Run all files in every chapter.
make run
  1. Run all files in specific chapter.
cd ch1
make run
  1. Run specific file.
cd ch1
./1_p01.out

About

Example code for C programming study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published