Skip to content

Ray0907/c_programming_note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming language: A Modern Approach book notes.

How to run c programming via mac terminal

  1. Using gcc to compile the c programming to the execute file.(Linux/Mac = > .out Windows => .exe) > gcc [file_name].c -o [filename]

  2. Run execute file via terminal

    > ./[filename].out
    

About

the notes of C programming: A modern approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages